property Node.Parent as Node
Retrieves the parent node.

TypeDescription
Node A Node object that specifies the node's parent.
Use the Parent property to get the node's parent.  Use the IsChildOf property to check whether a node is child of another node. Use the Nodes property to access the child node's collection. Use the Add method to add child nodes to a node. Use the Remove method to remove a node.