Connection Setting Keyword Tokens
UsePCUserName
keyword
Keyword/Value syntax |
UsePCUserName {True | False} |
Valid in connection types |
SECURE
SHELL |
Can change value if connection is open? |
No |
Specifies whether Reflection uses the current Windows user name as the user name for Rlogin connections. When set to False, Reflection uses the name specified in the User name box in the Connection Setup dialog box (or with the UserName Connection keyword). When set to True, Reflection connects using the Windows user name and disables User name in the Connection Setup dialog box.
The default is False.
Session.ConnectionSettings = "UsePCUserName True"
If .ConnectionSetting("UsePCUserName") = "True"