TokenQueryField Enumeration |
Properties that can be used to query for tokens.
Namespace:
Dundas.BI.Data.Parameters.Tokens
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public enum TokenQueryField
Public Enumeration TokenQueryField
public enum class TokenQueryField
Members
| Member name | Value | Description |
---|
| None | 0 | No field specified. |
| Id | 1 | The Id property. |
| AccountId | 2 | The AccountId property. |
| ProjectId | 3 | The ProjectId property. |
| TenantId | 4 | The TenantId property. |
| Caption | 5 | The Caption property. |
| Category | 6 | The Category property. |
See Also