Gets or sets a
Tag in the current collection by its index.
'Declaration
Public Overloads Property Item( _
ByVal As Integer _
) As Tag
public Tag Item(
int
) {get; set;}
Parameters
- index
- The index of the Tag in the current collection.
Property Value
The
Tag with the specified index.