InfoConnect for Unisys
UserName Property (IConnectionSettingsRLogin)


A string that specifies the user name.
Syntax
'Declaration
 
Property UserName As String
'Usage
 
Dim instance As IConnectionSettingsRLogin
Dim value As String
 
instance.UserName = value
 
value = instance.UserName
string UserName {get; set;}

Property Value

For Rlogin connections, the Windows user name is the default value. This value cannot be changed if the connection is open.
Remarks
For Telnet connections, this setting is relevant only if Authentication is set to true.
See Also