This documentation is archived and is not being maintained.

CatalogNode::ParentNode Property

The parent node of this node if parent nodes were included in the query options that this catalog node was built from. Otherwise, this value is null.

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

public:
property CatalogNode^ ParentNode {
	CatalogNode^ get ();
	internal: void set (CatalogNode^ value);
}

Show: