InfoConnect for Unisys
SaveSessionOnClose Property


Gets or sets a close option, which indicates how to handle the save action when closing the control.
Syntax
'Declaration
 
Property SaveSessionOnClose As CloseOption
'Usage
 
Dim instance As ITerminal
Dim value As CloseOption
 
instance.SaveSessionOnClose = value
 
value = instance.SaveSessionOnClose
CloseOption SaveSessionOnClose {get; set;}
See Also