[]
Gets the specified AlarmZone from the collection by numeric index.
public AlarmZone this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As AlarmZone
| Type | Name | Description |
|---|---|---|
| int | index |
Gets the specified AlarmZone from the collection by name.
public AlarmZone this[string name] { get; }
Public ReadOnly Default Property Item(name As String) As AlarmZone
| Type | Name | Description |
|---|---|---|
| string | name |