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

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.