ManagedDashboardCurrentAlerts Property |
|
DataPA OpenAnalytics API Reference
Gets a list of the current alerts
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public List<DashboardAlert> CurrentAlerts { get; }
Public ReadOnly Property CurrentAlerts As List(Of DashboardAlert)
Get
public:
virtual property List<DashboardAlert^>^ CurrentAlerts {
List<DashboardAlert^>^ get () sealed;
}
function get_CurrentAlerts();
Property Value
Type:
ListDashboardAlertA list of the current alerts
Return Value
Type:
ListDashboardAlertA list of the current alerts
Remarks See Also