del método BestBetIdCollection.GetBestBetsFromIds
Espacio de nombres: Microsoft.Office.Server.Search.Query.Rules
Ensamblado: Microsoft.Office.Server.Search (en Microsoft.Office.Server.Search.dll)
Sintaxis
'Declaración
Public Function GetBestBetsFromIds As IEnumerable(Of BestBet)
'Uso
Dim instance As BestBetIdCollection
Dim returnValue As IEnumerable(Of BestBet)
returnValue = instance.GetBestBetsFromIds()
public IEnumerable<BestBet> GetBestBetsFromIds()
Valor devuelto
Tipo: System.Collections.Generic.IEnumerable<BestBet>
Vea también
Referencia
Espacio de nombres Microsoft.Office.Server.Search.Query.Rules