InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IConnectionSettingsSecureShell Interface / UsePCUserName Property


In This Topic
    UsePCUserName Property (IConnectionSettingsSecureShell)
    In This Topic
    Specifies whether InfoConnect 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, 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 User name in the Connection Settings dialog box. The default is false.
    See Also