Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Property ParentNode As CatalogNode
public CatalogNode ParentNode { get; internal set; }
public:
property CatalogNode^ ParentNode {
CatalogNode^ get ();
internal: void set (CatalogNode^ value);
}
member ParentNode : CatalogNode with get, internal set
function get ParentNode () : CatalogNode
internal function set ParentNode (value : CatalogNode)
Property Value
Type: Microsoft.TeamFoundation.Framework.Client.CatalogNode
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.