[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Method to move to the next key/value pair data in the SerializationData object.

Namespace: Microsoft.WebSolutionsPlatform.Event
Assembly: WspEvent (WspEvent)

Syntax

Visual Basic (Declaration)
Public Function MoveNext As Boolean
C#
public bool MoveNext ()
C++
public:
virtual bool MoveNext () sealed