Compartir a través de


: Keywords.GetFilteredBestBets (Método) (Microsoft.Office.Server.Search.Administration)

Returns all best bets that match the specified filter and value for the site associated with this instance of the Keywords class.

Espacio de nombres:
Ensamblado: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)

Sintaxis

'Declaración
Public Function GetFilteredBestBets ( _
    filter As BestBetFilter, _
    value As String _
) As BestBetCollection
'Uso
Dim instance As Keywords
Dim filter As BestBetFilter
Dim value As String
Dim returnValue As BestBetCollection

returnValue = instance.GetFilteredBestBets(filter, value)
public BestBetCollection GetFilteredBestBets (
    BestBetFilter filter,
    string value
)

Parámetros

  • filter
    A value from the BestBetFilter enumeration specifying the best bet property value to filter the specified value against.
  • value
    A string specifying the value to match against the best bet filter.

Valor devuelto

A BestBetCollection object representing the collection of best bets from the site that match the specified filter and value.

Vea también

Referencia

Keywords (Clase)
Keywords (Miembros)
Microsoft.Office.Server.Search.Administration (Espacio de nombres)