SearchServiceApplicationProxy.RemoveBestBetLink method

Deletes the association between a specified keyword and a Best Bet.

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

Syntax

'Declaration
Public Sub RemoveBestBetLink ( _
    parentSpecialTerm As Keyword, _
    bestBet As BestBet _
)
'Usage
Dim instance As SearchServiceApplicationProxy
Dim parentSpecialTerm As Keyword
Dim bestBet As BestBet

instance.RemoveBestBetLink(parentSpecialTerm, _
    bestBet)
public void RemoveBestBetLink(
    Keyword parentSpecialTerm,
    BestBet bestBet
)

Parameters

Implements

ISearchSiteAdministrationServiceApplication.RemoveBestBetLink(Keyword, BestBet)

Exceptions

Exception Condition
Exception

An error occurred during application execution.

Remarks

This method deletes the association between a specified keyword and a Best Bet from the Search administration database.

See also

Reference

SearchServiceApplicationProxy class

SearchServiceApplicationProxy members

Microsoft.Office.Server.Search.Administration namespace