SearchServiceApplication.SetBestBetInfo Method

Updates the information about the specified BestBet.

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

Syntax

'Declaration
Public Sub SetBestBetInfo ( _
    bestBet As BestBet, _
    consumerGpId As String _
)
'Usage
Dim instance As SearchServiceApplication
Dim bestBet As BestBet
Dim consumerGpId As String

instance.SetBestBetInfo(bestBet, consumerGpId)
public void SetBestBetInfo(
    BestBet bestBet,
    string consumerGpId
)

Parameters

  • consumerGpId
    Type: System.String

    A string that identifies the keyword consumer group for the Best Bet.

Implements

ISearchSiteAdministrationServiceApplication.SetBestBetInfo(BestBet, String)

Remarks

This method updates the specified BestBet.

See Also

Reference

SearchServiceApplication Class

SearchServiceApplication Members

Microsoft.Office.Server.Search.Administration Namespace