Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IConnectionSettingsCommon Interface / ExitOnDisconnect Property


In This Topic
ExitOnDisconnect Property
In This Topic
When set to true, Reflection 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

Property Value

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