Gets the parent of this node.

[VBScript]
Public ReadOnly Property ParentNode As Node
[JScript]
public function get ParentNode() : Node;

Property Value

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.

See Also

Node Object | Node Members | DOM Namespace