'Declaration
Public Default Property Item( _
ByVal As System.Integer _
) As Property
public Property this[
System.int
]; {get; set;}
Parameters
- index
- A zero-based Integer indicating the index of the Property object to return or set.
Property Value
The Property object at the specified position.