Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Terminal Object / SessionLimitsSecureShell Property
SessionLimitsSecureShell Property
Gets or sets the maximum allowable number of simultaneous SecureShell sessions.
Syntax
expression.SessionLimitsSecureShell As Integer
where expression is a variable that represents a Terminal Object
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 Reflection product.

SessionLimitsOpenSSH is a synonym.

The default value is 255. The range of values is 0 - 255.
See Also