InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IConnectionSettingsCommon Interface / ExitOnDisconnect Property


In This Topic
    ExitOnDisconnect Property
    In This Topic
    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