Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Terminal Object / SaveSecureShellUserName Property
In This Topic
SaveSecureShellUserName Property
In This Topic
Gets or sets whether Reflection saves the user name when you save your settings files or record a connection macro.
Syntax
expression.SaveSecureShellUserName As Boolean
where expression is a variable that represents a Terminal Object
Remarks
When this property is true, the user name is saved. This property is only relevant when ConnectionType = "SECURE SHELL". The default value is true.
See Also