BaseHierarchyNode.NodePath Property

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

Syntax

'宣言
Public Property NodePath As String
    Get
    Set
public string NodePath { get; set; }
public:
property String^ NodePath {
    String^ get ();
    void set (String^ value);
}
member NodePath : string with get, set
function get NodePath () : String
function set NodePath (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

BaseHierarchyNode Class

Microsoft.TeamFoundation.Common Namespace