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


In This Topic
    SessionLimitsSecureShell Property
    In This Topic
    Gets or sets the maximum allowable number of simultaneous SecureShell sessions.
    Syntax
    'Declaration
     
    
    Property SessionLimitsSecureShell As Integer
    'Usage
     
    
    Dim instance As ITerminal
    Dim value As Integer
     
    instance.SessionLimitsSecureShell = value
     
    value = instance.SessionLimitsSecureShell
    int SessionLimitsSecureShell {get; set;}

    Property Value

    The default value is 255. The range of values is 0 - 255.
    Exceptions
    ExceptionDescription
    Thrown if the set parameter is outside the range of valid values.
    Remarks
    The value of this property is saved in the registry. Changing this property affects all subsequent instances of the current InfoConnect product.

    SessionLimitsOpenSSH is a synonym.

    See Also