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!

DataDocumentNavigator.MoveToLast

Moves to the last sibling of the current node.

[Visual Basic]
Overrides Public Function MoveToLast() As Boolean
[C#]
public override bool MoveToLast();
[C++]
public: override bool MoveToLast();
[JScript]
public override function MoveToLast() : Boolean;

Return Value

true if there is a last sibling node; false if there is no last sibling.

Remarks

If you are positioned on an attribute, this method will do an implicit call to MoveToElement before processing this method. In other words, attribute navigation is orthogonal to tree navigation.

See Also

DataDocumentNavigator Class | DataDocumentNavigator Members | System.NewXml Namespace