License2 Properties

The License2 type exposes the following members.

Properties
  NameDescription
Public propertyDeploymentId
Gets the ID of the deployment associated with the license.
Public propertyElements
Gets the collection of elements in the license.
Public propertyInstanceDescription
Gets a description of the instance (e.g. Production, UAT, Staging).
Public propertyInstanceId
Gets the ID of the instance associated with the license.
Public propertyIsValid
Gets a value indicating whether the license is valid.
(Overrides LicenseBaseIsValid.)
Public propertyLeaseAcquired
Gets the date (in UTC) when the lease associated with the license was acquired.
Public propertyLeaseValidUntil
Gets the date (in UTC) when the lease associated with the license will expire.
Public propertyLicenseVersion
Gets the license version.
(Inherited from LicenseBase.)
Public propertyNotes
Gets any notes associated with the license.
Public propertyReplacedLicenseIds
Gets a collection containing IDs of any licenses which are replaced by this license.
(Inherited from LicenseBase.)
Public propertyStatus
Gets the status of the license.
(Inherited from LicenseBase.)
Top
See Also