Moves to the last child of the current node.
[Visual Basic] Overrides Public Function MoveToLastChild() As Boolean [C#] public override bool MoveToLastChild(); [C++] public: override bool MoveToLastChild(); [JScript] public override function MoveToLastChild() : Boolean;
true if there is a last child node; false if there are no child nodes.
DataDocumentNavigator Class | DataDocumentNavigator Members | System.NewXml Namespace