ESRI.ArcGIS.ADF.Web.DataSources
DisplayField Property
See Also 
ESRI.ArcGIS.ADF.Web.DataSources Namespace > FieldInfoCollection Class : DisplayField Property




The primary display field. This field is used as the title of a record when no title expression is set. If primary display field is not set, it is calculated to be a column called 'name', whose name contains 'name' or the first string column or the first column.

Syntax

Visual Basic (Declaration) 
Public Property DisplayField As String
Visual Basic (Usage)Copy Code
Dim instance As FieldInfoCollection
Dim value As String
 
instance.DisplayField = value
 
value = instance.DisplayField
C# 
public string DisplayField {get; set;}

See Also

© 2010 All Rights Reserved.