The name of the field that provides an item with a tag that unique identifies the item within a group.
[Visual Basic .NET] Public Property TagField As String
[C#] public string TagField {get; set;}
[C++]
HRESULT get_TagField(
BSTR* pTagField
);
[C++]
HRESULT put_TagField(
BSTR pTagField
);
[C++]Parameters
pTagField [out, retval] pTagField is a parameter of type BSTR pTagField [in] pTagField is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.