DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
The Next AlertCondition in the collection.
Gets the Next AlertCondition in the collection.
Namespace: DataPAEnterpriseDashboardAssembly: 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: AlertConditionThe Next AlertCondition in the collection.