NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlNavigator.MoveToLastChild

Moves to the last child of the current node.

[Visual Basic]
MustOverride Public Function MoveToLastChild() As Boolean
[C#]
public abstract bool MoveToLastChild();
[C++]
public: virtual bool MoveToLastChild() = 0;
[JScript]
public abstract function MoveToLastChild() : Boolean;

Return Value

true if there is a last child node; false if there are no child nodes.

See Also

XmlNavigator Class | XmlNavigator Members | System.NewXml Namespace