InfoConnect for Unisys
SaveHostControlPageChanges Property


Gets or sets a value indicating whether to save any changes the host sends to the Control Page or Extended Control Page during a session.

Syntax
'Declaration
 
Property SaveHostControlPageChanges As Boolean
'Usage
 
Dim instance As IUtsTerminal
Dim value As Boolean
 
instance.SaveHostControlPageChanges = value
 
value = instance.SaveHostControlPageChanges
bool SaveHostControlPageChanges {get; set;}

Property Value

If true, the latest changes from the host remain in effect for the session the next time it is opened.

If false, the host changes are not saved, and the Control Page or Extended Control Page reflect the settings before the host changed them.

See Also