DashboardQueryAlerts Property |
|
DataPA OpenAnalytics API Reference
Gets and sets an alerts collection for this dashboard
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public DashboardAlerts Alerts { get; set; }
Public Property Alerts As DashboardAlerts
Get
Set
public:
virtual property DashboardAlerts^ Alerts {
DashboardAlerts^ get () sealed;
void set (DashboardAlerts^ value) sealed;
}
function get_Alerts();
function set_Alerts(value);
Property Value
Type:
DashboardAlertsAn alerts collection for this dashboard
Return Value
Type:
DashboardAlertsAn alerts collection for this dashboard
Remarks See Also