DataPA Enterprise Dashboard Controls API Reference

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

Syntax

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

Property Value

Type: List<(Of <(<'DashboardAlert>)>)>

See Also