Share via


EntityInstanceEnumeratorBase.MoveNext Method

NOTE: This API is now obsolete.

When overridden in a derived class, advances the enumerator to the next element of the collection.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.Runtime
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",  _
    False)> _
Public Overridable Function MoveNext As Boolean
'Usage
Dim instance As EntityInstanceEnumeratorBase
Dim returnValue As Boolean

returnValue = instance.MoveNext()
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
public virtual bool MoveNext()

Return Value

Type: System.Boolean
true if the enumerator successfully advances to the next element; false if the enumerator passes the end of the collection.

Implements

IEnumerator.MoveNext()

See Also

Reference

EntityInstanceEnumeratorBase Class

EntityInstanceEnumeratorBase Members

Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace