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


In This Topic
    SessionLimitsTelnet Property
    In This Topic
    Gets or sets the maximum allowable number of simultaneous Telnet sessions.
    Syntax
    'Declaration
     
    
    Property SessionLimitsTelnet As Integer
    'Usage
     
    
    Dim instance As ITerminal
    Dim value As Integer
     
    instance.SessionLimitsTelnet = value
     
    value = instance.SessionLimitsTelnet
    int SessionLimitsTelnet {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.
    See Also