InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / SaveSecureShellUserName Property


In This Topic
    SaveSecureShellUserName Property
    In This Topic
    Gets or sets whether InfoConnect saves the user name when you save your settings files or record a connection macro.
    Syntax
    'Declaration
     
    
    Property SaveSecureShellUserName As Boolean
    'Usage
     
    
    Dim instance As ITerminal
    Dim value As Boolean
     
    instance.SaveSecureShellUserName = value
     
    value = instance.SaveSecureShellUserName
    bool SaveSecureShellUserName {get; set;}

    Property Value

    The default value is true.
    Remarks
    When this property is true, the user name is saved. This property is only relevant when ConnectionType = "SECURE SHELL".
    See Also