Share via


BaseHierarchyNode.NodePath Property

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)

Syntax

'Declaration
Public Property NodePath As String
'Usage
Dim instance As BaseHierarchyNode 
Dim value As String 

value = instance.NodePath

instance.NodePath = value
public string NodePath { get; set; }
public:
property String^ NodePath {
    String^ get ();
    void set (String^ value);
}
public function get NodePath () : String 
public function set NodePath (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

BaseHierarchyNode Class

BaseHierarchyNode Members

Microsoft.TeamFoundation.Common Namespace