Item Property (DataValueCollection)
In This Topic
Gets the
DataValue at the specified index.
Syntax
'Declaration
Public MustOverride ReadOnly Default Property Item( _
ByVal As Integer _
) As DataValue
public abstract DataValue this[
int
]; {get;}
Parameters
- index
- The value index.
See Also