InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IConnectionSettingsRLogin Interface / UserName Property


In This Topic
    UserName Property (IConnectionSettingsRLogin)
    In This Topic
    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