ESRI.ArcGIS.ADF.Web.UI.WebControls
NavigationPath Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > Task Class : NavigationPath Property




The path to use when displaying the name of the task in a hierarchical navigation control that is buddied to the containing TaskManager control.

Syntax

Visual Basic (Declaration) 
<ResCategoryAttribute("Task")>
<ResDescriptionAttribute("The path to the task as it would appear in a hierarchical data control buddied to the task's TaskManager.")>
<BrowsableAttribute(True)>
Public Property NavigationPath As String
Visual Basic (Usage)Copy Code
Dim instance As Task
Dim value As String
 
instance.NavigationPath = value
 
value = instance.NavigationPath
C# 
[ResCategoryAttribute("Task")]
[ResDescriptionAttribute("The path to the task as it would appear in a hierarchical data control buddied to the task's TaskManager.")]
[BrowsableAttribute(true)]
public string NavigationPath {get; set;}

See Also

© 2010 All Rights Reserved.