This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IT > ITableBuilder Interface > ITableBuilder.TagField Property (ArcObjects .NET 10.5 SDK) |
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