Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / ConnectionSettingsSecureShell Object / ExitAllowed Property
In This Topic
    ExitAllowed Property (ConnectionSettingsSecureShell)
    In This Topic
    When set to true, users can exit Reflection and use the Disconnect command while connected to a host.
    Syntax
    expression.ExitAllowed As Boolean
    where expression is a variable that represents a ConnectionSettingsSecureShell Object
    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.

    The default value is true. This value can be changed during an open connection.

    See Also