DataPA Enterprise Dashboard Controls 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

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: 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

Implements

DashboardAlert..::.._DashboardAlert..::..Filter

Remarks

Will return nothing if this is not a DashboardQuery alert.

See Also