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


IDataObjectTable.DisplayPropName Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IDataObjectTable.DisplayPropName Property

Primary display field.

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

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

Product Availability

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

See Also

IDataObjectTable Interface