DataPA Enterprise Dashboard Controls API Reference
Gets a list of the current alerts

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public List<DashboardAlert> CurrentAlerts { get; }
Visual Basic
Public ReadOnly Property CurrentAlerts As List(Of DashboardAlert)
	Get
Visual C++
public:
virtual property List<DashboardAlert^>^ CurrentAlerts {
	List<DashboardAlert^>^ get () sealed;
}

Property Value

Type: List<(Of <(<'DashboardAlert>)>)>
A list of the current alerts

Return Value

Type: List<(Of <(<'DashboardAlert>)>)>
A list of the current alerts

Remarks