Item Property (ValueItemCollection)
In This Topic
Gets or sets the specified
ValueItem from the collection at the specified index.
Syntax
'Declaration
Public Default Property Item( _
ByVal As System.Integer _
) As ValueItem
public ValueItem this[
System.int
]; {get; set;}
Parameters
- index
See Also