Reflection
SaveSecureShellUserName Property


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
bool SaveSecureShellUserName {get; set;}

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