| NotificationQueryField Enumeration | 
 Properties that can be used to query for notifications.
 
    Namespace: 
   Dundas.BI.Notifications
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
 Syntax
Syntaxpublic enum NotificationQueryField
Public Enumeration NotificationQueryField
public enum class NotificationQueryField
type NotificationQueryField
 Members
Members|  | Member name | Value | Description | 
|---|
|  | None | 0 | No field specified. | 
|  | Id | 1 | The Id property. | 
|  | Name | 2 | The Name property. | 
|  | NotificationKind | 3 | The NotificationKind property. | 
|  | AccountId | 4 | The AccountId property. | 
|  | AnalysisStructureId | 5 | The ID of the analysis structure used for an annotation notification. | 
|  | LastDeliveryDate | 6 | The LastDeliveryDate property. | 
|  | TenantId | 7 | The ID of the tenant associated with the creator of the notification. | 
 See Also
See Also