ESRI.ArcGIS.Mobile
DisplayColumnName Property
See Also  Send Feedback
ESRI.ArcGIS.Mobile.MobileServices Namespace > FeatureLayer Class : DisplayColumnName Property

Gets the display column name.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property DisplayColumnName As String
C# 
public string DisplayColumnName {get;}

Remarks

DisplayColumnIndex and DisplayColumnName are pre-defined in ArcGIS server, and point to specific attribute field that's most likely to be used for identifying features. For example, a parcel layer might have the field that contains the owner's name defined as display column.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also