Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
bestBet
Type: Microsoft.Office.Server.Search.Administration.BestBetThe Best Bet to update.
consumerGpId
Type: System.StringA 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