In This Topic
Gets a
Tag in the current collection by its
NamedCollectionItem.Name.
Syntax
'Declaration
Public Overloads ReadOnly Property Item( _
ByVal As String _
) As Tag
public Tag Item(
string
) {get;}
Parameters
- tagName
- The name of the Tag.
Property Value
The
Tag with the specified name.
See Also