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




Contains a NameValueCollection of values used as inputs for executing the task.

Syntax

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

Remarks

This property stores the valueMapSettingss used when executing the task. The task transfers these values from the client to the server and stores them in this property. These values are used by ExecuteTask to generate the print page. The property is also used when Refresh is called to repeat the task execution with previously entered values.

See Also

© 2010 All Rights Reserved.