DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
The DashboardFilter object that is used to express this DashboardQuery alert
The DashboardFilter object that is used to express this DashboardQuery alert
Gets and sets the DashboardFilter object that is used to express this DashboardQuery alert
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public DashboardFilter Filter { get; set; } |
Visual Basic |
---|
Public Property Filter As DashboardFilter Get Set |
Visual C++ |
---|
public: virtual property DashboardFilter^ Filter { DashboardFilter^ get () sealed; void set (DashboardFilter^ value) sealed; } |
Property Value
Type: DashboardFilterThe DashboardFilter object that is used to express this DashboardQuery alert
Return Value
Type: DashboardFilterThe DashboardFilter object that is used to express this DashboardQuery alert
Implements
DashboardAlert..::.._DashboardAlert..::..FilterRemarks
Will return nothing if this is not a DashboardQuery alert.