Click or drag to resize
AlertConditionsItem Property (String) DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets a AlertCondition in this collection.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public AlertCondition this[
	string ID
] { get; set; }

Parameters

ID
Type: SystemString
The ID of the AlertCondition

Property Value

Type: AlertCondition
The AlertCondition you wish to place in the collection.

Return Value

Type: AlertCondition
The AlertCondition you wish to retrieve from the collection.
Remarks