Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / ConnectionSettingsSecureShell Object / SSHTermType Property
In This Topic
    SSHTermType Property
    In This Topic
    The terminal type string that is sent to the server if the server requests this information during the suboption TERM negotiation stage of the connection.
    Syntax
    expression.SSHTermType As String
    where expression is a variable that represents a ConnectionSettingsSecureShell Object
    Remarks
    The Reflection default values are "VT100" for VT emulation and "VT220" for UNIX, OpenVMS, and ReGIS Graphics emulations.
    See Also