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