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


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

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(
  System.String* 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