Moves the cursor to the next element or attribute. Returns False if there is no next sibling.
[Visual Basic] Overridable Public Function MoveNext() As Boolean [C#] public virtual bool MoveNext(); [C++] public: virtual bool MoveNext(); [JScript] public function MoveNext() : Boolean;
ConfigXmlCursor Class | ConfigXmlCursor Members | System.Web.Configuration Namespace