ESRI.ArcGIS.ADF.Tasks
FormEntries Property
See Also 
ESRI.ArcGIS.ADF.Tasks Namespace > QueryAttributes Class : FormEntries Property




The list of FormEntry items that define the parameters for the query task.

Syntax

Visual Basic (Declaration) 
Public Property FormEntries As List(Of FormEntry)
Visual Basic (Usage)Copy Code
Dim instance As QueryAttributes
Dim value As List(Of FormEntry)
 
instance.FormEntries = value
 
value = instance.FormEntries
C# 
public List<FormEntry> FormEntries {get; set;}

Remarks

The FormEntry items in this list correspond to the items in the Query Entries list displayed in the Query Attributes Editor in Visual Studio, or the equivalent form entries in the web configurator for the task in Manager. The FormEntry objects store the values entered by the developer (or Manager user) in the form entry editor, so that these values may later be modified. The form entries also correspond to the items displayed to the browser user for entering values to be used to execute the query. See FormEntry for coverage of the information stored in the form entry items.

See Also

© 2010 All Rights Reserved.