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




The names of the fields in the collection.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property FieldNames As List(Of String)
Visual Basic (Usage)Copy Code
Dim instance As FieldInfoCollection
Dim value As List(Of String)
 
value = instance.FieldNames
C# 
public List<string> FieldNames {get;}

See Also

© 2010 All Rights Reserved.