LicenseElementKind Enumeration |
Specifies the kinds of license elements.
Namespace:
Dundas.BI.Licensing
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public enum LicenseElementKind
Public Enumeration LicenseElementKind
public enum class LicenseElementKind
Members
| Member name | Value | Description |
---|
| Unknown | 0 | Unknown license element kind. |
| Instance | 1 | Instance element. |
| Hardware | 2 | Hardware allowance element. |
| Seat | 3 | Seat allowance element. |
| Feature | 4 | Feature element. |
| Watermark | 5 | Watermark element. |
See Also