[]
Gets the specified AlarmZone from the collection by numeric index.
public AlarmZone this[int index] { get; }
| Type | Name | Description |
|---|---|---|
| int | index |
Gets the specified AlarmZone from the collection by name.
public AlarmZone this[string name] { get; }
| Type | Name | Description |
|---|---|---|
| string | name |