Returns a reference to the parent object of a Node object.
Syntax:
NodeObject.Parent
The Parent Property (Node Object) syntax has these parts:
| Part |
Description |
| NodeObject |
An object expression that evaluates to a Node object. |
Remarks:
The Child, FirstSibling, LastSibling, Previous, Parent, Next, and Root properties all return a reference to another Node object.