License2 Class

Represents a license (2nd generation) to use the software, which includes the mode of operation, constraints, and additional enabled features.
Inheritance Hierarchy
SystemObject
  LicenseObject
    Dundas.BI.LicensingLicenseBase
      Dundas.BI.LicensingLicense2

Namespace: Dundas.BI.Licensing
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class License2 : LicenseBase

The License2 type exposes the following members.

Properties
 NameDescription
Public propertyDeploymentIdGets the ID of the deployment associated with the license.
Public propertyElementsGets the collection of elements in the license.
Public propertyGeneratedDateGets the license generated date.
(Inherited from LicenseBase)
Public propertyInstanceDescriptionGets a description of the instance (e.g. Production, UAT, Staging).
Public propertyInstanceIdGets the ID of the instance associated with the license.
Public propertyIsValidGets a value indicating whether the license is valid.
(Overrides LicenseBaseIsValid)
Public propertyLeaseAcquiredGets the date (in UTC) when the lease associated with the license was acquired.
Public propertyLeaseValidUntilGets the date (in UTC) when the lease associated with the license will expire.
Public propertyLicenseVersionGets the license version.
(Inherited from LicenseBase)
Public propertyNotesGets 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 propertyStatusGets the status of the license.
(Inherited from LicenseBase)
Top
See Also