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;} |
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