InfoConnect for Airlines
UsePCUserName Property (IConnectionSettingsRLogin)


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

Property Value

The default is false. This value cannot be changed if the connection is open.
Remarks
When set to false, InfoConnect 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, InfoConnect connects using the Windows user name and disables the User name specified in the Connection Settings dialog box.
See Also