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.MovePrevious

Moves the cursor to the previous element/attribute. Returns False if there is no previous sibling.

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

See Also

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