LicenseLimit Object (Web Services API)
This object indicates whether a license parameter is limited or not, and, if yes, the value of the limit. The object is used for such parameters as MaxCoreCount and MaxVerificationStationCount.
Properties
Name | Type | Description |
IsUnlimited | Boolean | Specifies whether the license parameter is limited or not. |
Value | Integer | The value of the parameter. If IsUnlimited is set to FALSE, stores the limit value. |
3/26/2024 1:49:49 PM