This document is archived and information here might be outdated.  Recommended version.


IReferenceDataFieldEdit.Name Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IR > IReferenceDataFieldEdit Interface > IReferenceDataFieldEdit.Name Property
ArcGIS Developer Help

IReferenceDataFieldEdit.Name Property

Name of the field in the reference data table.

[Visual Basic .NET]
Public WriteOnly Property Name_2
[C#]
public void Name_2 {set;}
[C++]
HRESULT put_Name(
  BSTR 
);
[C++]
Parameters
 [in]

is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

The Name property specifies the name of the Field in the reference data source used by the locator.

See Also

IReferenceDataFieldEdit Interface