BestBetIdCollection.GetBestBetsFromIds method

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

Syntax

'Declaration
Public Function GetBestBetsFromIds As IEnumerable(Of BestBet)
'Usage
Dim instance As BestBetIdCollection
Dim returnValue As IEnumerable(Of BestBet)

returnValue = instance.GetBestBetsFromIds()
public IEnumerable<BestBet> GetBestBetsFromIds()

Return value

Type: System.Collections.Generic.IEnumerable<BestBet>

See also

Reference

BestBetIdCollection class

BestBetIdCollection members

Microsoft.Office.Server.Search.Query.Rules namespace