LicenseBase Class

Base class for licenses.
Inheritance Hierarchy

Namespace:  Dundas.BI.Licensing
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public abstract class LicenseBase : LicenseObject, 
	ILicenseBase

The LicenseBase type exposes the following members.

Properties
  NameDescription
Public propertyGeneratedDate
Gets the license generated date.
Public propertyIsValid
Gets a value indicating whether the license is valid.
Public propertyLicenseVersion
Gets the license version.
Public propertyReplacedLicenseIds
Gets a collection containing IDs of any licenses which are replaced by this license.
Public propertyStatus
Gets the status of the license.
Top
See Also