Share via


BestBetCollection.RemoveBestBet Method

Removes a best bet with the specified name from the collection.

Namespace:  Microsoft.SharePoint.Search.Extended.Administration.Keywords
Assembly:  Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)

Syntax

'Declaration
Function RemoveBestBet ( _
    name As String _
) As Boolean
'Usage
Dim instance As BestBetCollection
Dim name As String
Dim returnValue As Boolean

returnValue = instance.RemoveBestBet(name)
bool RemoveBestBet(
    string name
)

Parameters

Return Value

Type: System.Boolean
[true] if the best bet could be removed, [false] otherwise.

See Also

Reference

BestBetCollection Interface

BestBetCollection Members

Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace