ArcObjects Library Reference (Location)  

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