ESRI.ArcGIS.ADF.Web.UI.WebControls
TaskInput Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > TaskResultNode Class : TaskInput Property




The input value(s) entered by the user and used in running the task.

Syntax

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

Remarks

This object should contain the information necessary to re-run the task. By default, the user may right-click on a task result and choose to re-run or refresh the task. In order to repeat the task, the same input value(s) must be available to the task. The TaskInput object provides a location to store these inputs. The input may be as simple as a single string value, or an array of values.

See Also

© 2010 All Rights Reserved.