The LicenseData type exposes the following members.
Properties
Name | Description | |
---|---|---|
DateCreated |
The date time on which the license data was created.
| |
DateModified |
The date time on which the license data was last modified.
| |
Key |
The license key.
| |
KeyId |
Activation code for the license.
| |
LicenseConfigurationId |
The numeric identifier of the license configuration to which the license data belongs to.
| |
LicenseId |
The numeric identifier of a particular license in the license repository.
| |
MaximumAllowedActivationsCount |
The maximum number of activations that is allowed. Once the UsedActivationsCount property reaches MaximumAllowedActivationsCount, no more license activations are allowed by the license service.
| |
Status |
The license status. True for enabled license. False for a license that is disabled.
The license service allows activations only for licenses that are enabled.
| |
UsedActivationsCount |
The number of activations that are already used for this license.
|