FirstChildNode property: Node class

Description

This property returns a reference to the first child node of the node. This is the node that appears highest in the list of children of the node in PeopleSoft Tree Manager.

This property is read-only.

Example

&CHILDNODE = &MYNODE.FirstChildNode;