DashboardAlertFilter Property |
|
DataPA OpenAnalytics API Reference
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 public DashboardFilter Filter { get; set; }
Public Property Filter As DashboardFilter
Get
Set
public:
virtual property DashboardFilter^ Filter {
DashboardFilter^ get () sealed;
void set (DashboardFilter^ value) sealed;
}
function get_Filter();
function set_Filter(value);
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
Remarks Will return nothing if this is not a DashboardQuery alert.
See Also