InfoConnect for Airlines
ExitOnDisconnect Property


When set to true, InfoConnect quits automatically when you disconnect from the host.
Syntax
'Declaration
 
Property ExitOnDisconnect As Boolean
'Usage
 
Dim instance As IConnectionSettingsCommon
Dim value As Boolean
 
instance.ExitOnDisconnect = value
 
value = instance.ExitOnDisconnect
bool ExitOnDisconnect {get; set;}

Property Value

The default value is false. This value can be changed during an open connection.
See Also