InfoConnect for Unisys
SessionLimitsRlogin Property


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

Property Value

The default value is 255. The range of values is 0 - 255.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeException 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