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


IDataObjectTable.DisplayPropName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDataObjectTable Interface > IDataObjectTable.DisplayPropName Property
ArcGIS Developer Help

IDataObjectTable.DisplayPropName Property

Primary display field.

[Visual Basic .NET]
Public ReadOnly Property DisplayPropName As String
[C#]
public string DisplayPropName {get;}
[C++]
HRESULT get_DisplayPropName(
  System.String* 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