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




ID of the task being executed.

Syntax

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

Remarks

This is the server-side ID of the task on the page that is being executed.

See Also

© 2010 All Rights Reserved.