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


IReferenceDataField.DisplayName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Location)  

IReferenceDataField.DisplayName Property

Name for the reference data field to display in the user interface.

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

Parameters label [out, retval] label is a parameter of type BSTR

Product Availability

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

See Also

IReferenceDataField Interface