Share via


BestBetsEnumerator.MoveNext Method

Advances the enumerator to the next element of the collection.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Function MoveNext As Boolean
'Usage
Dim instance As BestBetsEnumerator
Dim returnValue As Boolean

returnValue = instance.MoveNext()
public bool MoveNext()

Return Value

Type: System.Boolean
true if the enumerator was successfully advanced to the next element; otherwise, false if the enumerator has passed the end of the collection.

Implements

IEnumerator.MoveNext()

See Also

Reference

BestBetsEnumerator Class

BestBetsEnumerator Members

Microsoft.Office.Server.Search.Administration Namespace