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
Members
  Member nameValueDescription
None0No field specified.
Id1The Id property.
AccountId2The AccountId property.
ProjectId3The ProjectId property.
TenantId4The TenantId property.
Caption5The Caption property.
Category6The Category property.
See Also