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




ID of the task that produced the task results.

Syntax

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

Remarks

This is the unique ID on the server-side page of the task that produced the task results.

See Also

© 2010 All Rights Reserved.