The Children property returns a collection of Members for which the current Member is the parent in the hierarchy.
Return Values
Children returns a Members collection, and is read-only.
Remarks
The Children collection contains Members for which this Member is the hierarchical parent. Leaf level Members will have zero (0) Members in this collection. This property is only supported on Member objects belonging to a Level object. An error occurs when this property is referenced from Member objects belonging to a Position object.