ManagedDashboardRaisedAlerts Property |
|
DataPA OpenAnalytics API Reference
Gets a list of the DashboardAlert objects that currently resolve to true for this dashboard.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public List<DashboardAlert> RaisedAlerts { get; }
Public ReadOnly Property RaisedAlerts As List(Of DashboardAlert)
Get
public:
virtual property List<DashboardAlert^>^ RaisedAlerts {
List<DashboardAlert^>^ get () sealed;
}
function get_RaisedAlerts();
Property Value
Type:
ListDashboardAlertA list of the DashboardAlert objects that currently resolve to true for this dashboard.
Return Value
Type:
ListDashboardAlertA list of the DashboardAlert objects that currently resolve to true for this dashboard.
Remarks See Also