LicenseElement Class

Represents an element of a License2 object.
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 LicenseElement : LicenseObject

The LicenseElement type exposes the following members.

Properties
  NameDescription
Public propertyId
Gets the element ID.
Public propertyIsExpired
Gets a value indicating whether the element is expired.
Public propertyKind
Gets the kind of element.
Public propertyNotes
Gets arbitrary notes associated with the element.
Public propertyOrderIds
Gets the Dundas sales order IDs associated with the element.
Public propertyValidFrom
Gets the date from which the element is valid.
Public propertyValidUntil
Gets the date until which the element is valid.
Top
See Also