BestBetCollection.Remove method

Removes the association between a specified best bet and the keyword parent for this collection of best bets.

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

Syntax

'Declaration
Public Sub Remove ( _
    bestBet As BestBet _
)
'Usage
Dim instance As BestBetCollection
Dim bestBet As BestBet

instance.Remove(bestBet)
public void Remove(
    BestBet bestBet
)

Parameters

See also

Reference

BestBetCollection class

BestBetCollection members

Microsoft.Office.Server.Search.Administration namespace