LicenseSeatKind Enumeration |
Specifies the kinds of license seats which can be assigned to accounts and groups.
Namespace:
Dundas.BI.Licensing
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [GlobalizedEnumAttribute("EC04F56F-AAD2-4395-BCB3-35F5B1D0C8F1", "GS_Lic_")]
public enum LicenseSeatKind
<GlobalizedEnumAttribute("EC04F56F-AAD2-4395-BCB3-35F5B1D0C8F1", "GS_Lic_")>
Public Enumeration LicenseSeatKind
[GlobalizedEnumAttribute(L"EC04F56F-AAD2-4395-BCB3-35F5B1D0C8F1", L"GS_Lic_")]
public enum class LicenseSeatKind
[<GlobalizedEnumAttribute("EC04F56F-AAD2-4395-BCB3-35F5B1D0C8F1", "GS_Lic_")>]
type LicenseSeatKind
Members
| Member name | Value | Description |
---|
| StandardUser | 0 | Standard User. |
| PowerUser | 1 | Power User. |
| Developer | 2 | BI Developer. |
See Also