ESRI.ArcGIS.ADF.Web.UI.WebControls
XmlDataSource Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > TaskManager Class : XmlDataSource Property




The task and task path information used by the BuddyControl.

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(False)>
Public ReadOnly Property XmlDataSource As XmlDataSource
Visual Basic (Usage)Copy Code
Dim instance As TaskManager
Dim value As XmlDataSource
 
value = instance.XmlDataSource
C# 
[BrowsableAttribute(false)]
public XmlDataSource XmlDataSource {get;}

Remarks

The TaskManager composes a hierarchical list of tasks and paths to tasks, which is used by the BuddyControl to display a task list to the user. The list may be hierarchical if the NavigationPath property of one or more tasks is set. These data are converted to an XmlDataSource type and stored in this property for use by the buddy control.

See Also

© 2010 All Rights Reserved.