Attachmate Reflection 2014 .NET API Reference
UsePCUserName Property (IConnectionSettingsSecureShell)


Specifies whether Reflection uses the current Windows user name for Rlogin connections.
Syntax
'Declaration
 
Property UsePCUserName As Boolean
'Usage
 
Dim instance As IConnectionSettingsSecureShell
Dim value As Boolean
 
instance.UsePCUserName = value
 
value = instance.UsePCUserName
bool UsePCUserName {get; set;}

Property Value

This value cannot be changed if the connection is open.
Remarks
When set to false, Reflection uses the name specified in the User name box in the Connection Settings 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 Settings dialog box. The default is false.
Requirements

Target Platforms: Microsoft Windows 7, Microsoft Windows Vista, Microsoft Windows XP, Microsoft Windows Server 2003 Terminal Services, Microsoft Windows Server 2008 Terminal Services

See Also

Reference

IConnectionSettingsSecureShell Interface
IConnectionSettingsSecureShell Members

Send Feedback