Open this page in the API Guide

LicensePropertiesElement Class

Represents a license element which contains arbitrary property values.
Inheritance Hierarchy
System.Object
  LicenseObject
    Dundas.BI.Licensing.LicenseElement
      Dundas.BI.Licensing.LicensePropertiesElement

Namespace:  Dundas.BI.Licensing
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public sealed class LicensePropertiesElement : LicenseElement

The LicensePropertiesElement type exposes the following members.

Constructors
  NameDescription
Public methodLicensePropertiesElement
Initializes a new instance of the LicensePropertiesElement class
Top
Properties
  NameDescription
Public propertyId
Gets the element ID.
(Inherited from LicenseElement.)
Public propertyIsExpired
Gets a value indicating whether the element is expired.
(Inherited from LicenseElement.)
Public propertyKind
Gets the kind of element.
(Overrides LicenseElement.Kind.)
Public propertyNotes
Gets arbitrary notes associated with the element.
(Inherited from LicenseElement.)
Public propertyOrderIds
Gets the Dundas sales order IDs associated with the element.
(Inherited from LicenseElement.)
Public propertyProperties
Gets property values for the feature associated with this element.
Public propertyValidFrom
Gets the date from which the element is valid.
(Inherited from LicenseElement.)
Public propertyValidUntil
Gets the date until which the element is valid.
(Inherited from LicenseElement.)
Top
See Also