![]() ![]() |
ESRI.ArcGIS.ADF.Tasks | |
FormEntries Property | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.Tasks Namespace > QueryAttributes Class : FormEntries Property |
Visual Basic (Declaration) | |
---|---|
Public Property FormEntries As List(Of FormEntry) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As QueryAttributes Dim value As List(Of FormEntry) instance.FormEntries = value value = instance.FormEntries |
C# | |
---|---|
public List<FormEntry> FormEntries {get; set;} |
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.
Target 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