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


In This Topic
    ExitAllowed Property
    In This Topic
    When set to true, users can quit InfoConnect and use the Disconnect command while connected to a host.
    Syntax
    'Declaration
     
    
    Property ExitAllowed As Boolean
    'Usage
     
    
    Dim instance As IConnectionSettingsCommon
    Dim value As Boolean
     
    instance.ExitAllowed = value
     
    value = instance.ExitAllowed
    bool ExitAllowed {get; set;}

    Property Value

    The default value is true. This value can be changed during an open connection.
    Remarks
    When set to false, the Exit and Disconnect commands are disabled and users must quit all active host applications and log off to terminate host connections.
    See Also