BestBetsEnumerator Constructor
Initializes a new instance of the BestBetsEnumerator class.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub New ( _
bestBets As BestBetCollection _
)
'Usage
Dim bestBets As BestBetCollection
Dim instance As New BestBetsEnumerator(bestBets)
public BestBetsEnumerator(
BestBetCollection bestBets
)
Parameters
bestBets
Type: Microsoft.Office.Server.Search.Administration.BestBetCollectionThe BestBetCollection through which to iterate.