In This Topic
Gets the specified AlarmZone from the collection by numeric index.
Syntax
'Declaration
Public Overloads ReadOnly Property Item( _
ByVal As System.Integer _
) As AlarmZone
public AlarmZone Item(
System.int
) {get;}
Parameters
- index
See Also