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.NameField Property (ArcObjects .NET 10.5 SDK) |
The name of the field that contains a friendly name for an item.
[Visual Basic .NET] Public Property NameField As String
[C#] public string NameField {get; set;}
[C++]
HRESULT get_NameField(
BSTR* pNameField
);
[C++]
HRESULT put_NameField(
BSTR pNameField
);
[C++]
Parameters pNameField [out, retval] pNameField is a parameter of type BSTR pNameField [in] pNameField is a parameter of type BSTR