Gets the parent node this node.

[VBScript]
Public ReadOnly Property Parent As IndexNode
[JScript]
public function get Parent() : IndexNode;

Property Value

An IndexNode object.

See Also

IndexNode Object | IndexNode Members | HelpProducer Namespace