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 Best Bet.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<OperationContractAttribute> _
Sub SetBestBetInfo ( _
bestBet As BestBet, _
consumerGpId As String _
)
'Usage
Dim instance As ISearchSiteAdministrationServiceApplication
Dim bestBet As BestBet
Dim consumerGpId As String
instance.SetBestBetInfo(bestBet, consumerGpId)
[OperationContractAttribute]
void SetBestBetInfo(
BestBet bestBet,
string consumerGpId
)
Parameters
bestBet
Type: Microsoft.Office.Server.Search.Administration.BestBetThe Best Bet to be updated.
consumerGpId
Type: System.StringThe ID of the keyword consumer group for the Best Bet.
Remarks
This method updates the information about the specified Best Bet.
See Also
Reference
ISearchSiteAdministrationServiceApplication Interface