Click or drag to resize
DashboardAlertFilter Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets the DashboardFilter object that is used to express this DashboardQuery alert

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public DashboardFilter Filter { get; set; }

Property Value

Type: DashboardFilter
The DashboardFilter object that is used to express this DashboardQuery alert

Return Value

Type: DashboardFilter
The DashboardFilter object that is used to express this DashboardQuery alert
Remarks
Will return nothing if this is not a DashboardQuery alert.
See Also