ESRI.ArcGIS.ADF.Web.UI.WebControls
TaskInput Property
See Also  Send Feedback
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.

Requirements

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

See Also

© 2011 All Rights Reserved.