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
- bestBet
Type: Microsoft.Office.Server.Search.Administration.BestBet
A BestBet object.