ArcObjects Library Reference (Location)  

IReferenceDataField.InternalName Property

Internal name for the reference data field.

[Visual Basic .NET]
Public ReadOnly Property InternalName As String
[C#]
public string InternalName {get;}
[C++]
HRESULT get_InternalName(
  BSTR* Name
);
[C++]

Parameters

Name [out, retval]   Name is a parameter of type BSTR

Product Availability

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

Description

The InternalName property returns the internal name for the ReferenceDataField used by the locator.

Remarks

The following is a listing of the internal names of the ReferenceDataFields used by the locators provided with ArcGIS 8:

See Also

IReferenceDataField Interface