Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Terminal Object / CacheSecureShellUserName Property
In This Topic
    CacheSecureShellUserName Property
    In This Topic
    Gets or sets whether Reflection caches the user name entered for a Secure Shell session.
    Syntax
    expression.CacheSecureShellUserName As Boolean
    where expression is a variable that represents a Terminal Object
    Remarks

    When this property is true (the default), the user name is saved in memory until Reflection Desktop is closed. Users are not prompted for a user name when they reconnect unless they reopen the workspace.

    When this property is false, the user name is cleared from memory immediately after a successful connection is established and users are prompted for a user name when they reconnect.

    This property is relevant only when ConnectionType = "SECURE SHELL".

    See Also