LicenseHardwareAllowanceElement Class

Represents a license element which grants a hardware allowance.
Inheritance Hierarchy
SystemObject
  LicenseObject
    Dundas.BI.LicensingLicenseElement
      Dundas.BI.LicensingLicenseHardwareAllowanceElement

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

The LicenseHardwareAllowanceElement type exposes the following members.

Constructors
  NameDescription
Public methodLicenseHardwareAllowanceElement
Initializes a new instance of the LicenseHardwareAllowanceElement 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 propertyIsUnlimited
Gets a value indicating whether the element allows unlimited hardware.
Public propertyKind
Gets the kind of element.
(Overrides LicenseElementKind.)
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 propertyPerInstanceCpuCoreCount
Gets the number of combined CPU cores allowed to be used for all servers in the instance.
Public propertyPerServerCpuCoreCount
Gets the number of CPU cores allowed for each server in the instance.
Public propertyServerCount
Gets the number of servers allowed by the 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