The LicenseData type exposes the following members.

Properties

  NameDescription
Public propertyDateCreated
The date time on which the license data was created.
Public propertyDateModified
The date time on which the license data was last modified.
Public propertyKey
The license key.
Public propertyKeyId
Activation code for the license.
Public propertyLicenseConfigurationId
The numeric identifier of the license configuration to which the license data belongs to.
Public propertyLicenseId
The numeric identifier of a particular license in the license repository.
Public propertyMaximumAllowedActivationsCount
The maximum number of activations that is allowed. Once the UsedActivationsCount property reaches MaximumAllowedActivationsCount, no more license activations are allowed by the license service.
Public propertyStatus
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.
Public propertyUsedActivationsCount
The number of activations that are already used for this license.

See Also