Node.ParentNode Property |
Gets the parent of this node.
[VBScript] Public ReadOnly Property ParentNode As Node
[JScript] public function get ParentNode() : Node;
The Node that is the parent of the current node. If a node has just been created and not yet added to the tree, or if it has been removed from the tree, this property returns null.