AlertConditionsGetFirstAlertCondition Method |
|
DataPA OpenAnalytics API Reference
Gets the first AlertCondition in the collection.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public AlertCondition GetFirstAlertCondition()
Public Function GetFirstAlertCondition As AlertCondition
public:
virtual AlertCondition^ GetFirstAlertCondition() sealed
function GetFirstAlertCondition();
Return Value
Type:
AlertConditionThe first AlertCondition in the collection.
Remarks See Also