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!

ConfigXmlCursor.MoveToLastChild

Moves the cursor the the last child of the current element.

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

See Also

ConfigXmlCursor Class | ConfigXmlCursor Members | System.Web.Configuration Namespace