AlertConditionsItem Property (String) |
|
DataPA OpenAnalytics API Reference
Gets and sets a AlertCondition in this collection.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public AlertCondition this[
string ID
] { get; set; }
Public Property Item (
ID As String
) As AlertCondition
Get
Set
public:
virtual property AlertCondition^ Item[String^ ID] {
AlertCondition^ get (String^ ID) sealed;
void set (String^ ID, AlertCondition^ value) sealed;
}
function get_Item(ID);
function set_Item(value);
Parameters
- ID
- Type: SystemString
The ID of the AlertCondition
Property Value
Type:
AlertConditionThe AlertCondition you wish to place in the collection.
Return Value
Type:
AlertConditionThe AlertCondition you wish to retrieve from the collection.
Remarks See Also