DataPA Enterprise Dashboard Controls API Reference
Gets the first DashboardAlert in the collection.

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

Syntax

C#
public DashboardAlert GetFirstDashboardAlert()
Visual Basic
Public Function GetFirstDashboardAlert As DashboardAlert
Visual C++
public:
virtual DashboardAlert^ GetFirstDashboardAlert() sealed

Return Value

Type: DashboardAlert
The first DashboardAlert in the collection.

Remarks