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

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

Syntax

C#
public AlertCondition GetNextAlertCondition(
	AlertCondition AlertCondition
)
Visual Basic
Public Function GetNextAlertCondition ( 
	AlertCondition As AlertCondition
) As AlertCondition
Visual C++
public:
virtual AlertCondition^ GetNextAlertCondition(
	AlertCondition^ AlertCondition
) sealed

Parameters

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

Return Value

Type: AlertCondition
The Next AlertCondition in the collection.

Remarks