Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / 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
'Declaration
 
Property SaveSecureShellUserName As Boolean
 
'Usage
 
Dim instance As ITerminal
Dim value As Boolean
 
instance.SaveSecureShellUserName = value
 
value = instance.SaveSecureShellUserName

Property Value

The default value is true.
Remarks
When this property is true, the user name is saved. This property is only relevant when ConnectionType = "SECURE SHELL".
See Also