ESRI.ArcGIS.ADF.Tasks
Input Property
See Also 
ESRI.ArcGIS.ADF.Tasks Namespace > QueryAttributesTask Class : Input Property




Property that stores values input by the user.

Syntax

Visual Basic (Declaration) 
Public Overrides Property Input As Object
Visual Basic (Usage)Copy Code
Dim instance As QueryAttributesTask
Dim value As Object
 
instance.Input = value
 
value = instance.Input
C# 
public override object Input {get; set;}

Remarks

This property is used to store the values for the query that the user has entered. The task transfers these values to the server and stores them in this property. These values are used by ExecuteTask to perform the query. The property is also used when Refresh is called to repeat the task execution with previously entered values.

See Also

© 2010 All Rights Reserved.