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

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

Syntax

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

Parameters

DashboardAlert
Type: DataPAEnterpriseDashboard..::..DashboardAlert
The current DashboardAlert in the collection.

Return Value

Type: DashboardAlert
The Next DashboardAlert in the collection.

Remarks