Next Property

See Also         Example         Applies To

Returns the next navigation node in the navigation sequence. Read-only Object.

Remarks

Although the Next property is a member of the NavigationNode class, this property navigates within the Children collection of the specified NavigationNode object.

Note   The Children collection does not wrap, so that code such as Children(Children.Count – 1).Next returns an "Object or With variable not set" error.