LicenseElement Class

Represents an element of a License2 object.
Inheritance Hierarchy
SystemObject
  LicenseObject
    Dundas.BI.LicensingLicenseElement
      More

Namespace: Dundas.BI.Licensing
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public abstract class LicenseElement : LicenseObject

The LicenseElement type exposes the following members.

Properties
 NameDescription
Public propertyIdGets the element ID.
Public propertyIsExpiredGets a value indicating whether the element is expired.
Public propertyKindGets the kind of element.
Public propertyNotesGets arbitrary notes associated with the element.
Public propertyOrderIdsGets the Dundas sales order IDs associated with the element.
Public propertyValidFromGets the date from which the element is valid.
Public propertyValidUntilGets the date until which the element is valid.
Top
See Also
Inheritance Hierarchy