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


IACFeatureLayer.DisplayField Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IACFeatureLayer Interface > IACFeatureLayer.DisplayField Property
ArcGIS Developer Help

IACFeatureLayer.DisplayField Property

The primary display field.

[Visual Basic .NET]
Public Property DisplayField As String
[C#]
public string DisplayField {get; set;}
[C++]
HRESULT get_DisplayField(
  System.String* FieldName
);
[C++]
HRESULT put_DisplayField(
  BSTR FieldName
);
[C++]
Parameters
FieldName [out, retval]

FieldName is a parameter of type BSTR* FieldName [in]
FieldName is a parameter of type BSTR

Product Availability

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

See Also

IACFeatureLayer Interface