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


In This Topic
    LowerCaseUserName Property (IConnectionSettingsSecureShell)
    In This Topic
    Specifies whether InfoConnect converts your user name to lowercase letters.
    Syntax
    'Declaration
     
    
    Property LowerCaseUserName As Boolean
    'Usage
     
    
    Dim instance As IConnectionSettingsSecureShell
    Dim value As Boolean
     
    instance.LowerCaseUserName = value
     
    value = instance.LowerCaseUserName
    bool LowerCaseUserName {get; set;}

    Property Value

    The default value is False. This value cannot be changed if the connection is open.
    See Also