Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / ConnectionSettingsSecureShell Object / UserName Property
In This Topic
    UserName Property
    In This Topic
    A string specifying the user name.
    Syntax
    expression.UserName As String
    where expression is a variable that represents a ConnectionSettingsSecureShell Object
    Remarks
    For Telnet connections, this setting is relevant only if Authentication is set to true.

    For Rlogin connections, the Windows user name is the default value.

    This value cannot be changed if the connection is open.
    See Also