Share via


CatalogNode.ParentPath Property

The path to this node's parent.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Public ReadOnly Property ParentPath As String
public string ParentPath { get; }
public:
property String^ ParentPath {
    String^ get ();
}
member ParentPath : string with get
function get ParentPath () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

CatalogNode Class

Microsoft.TeamFoundation.Framework.Client Namespace