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
name
Type: System.StringThe name of the best bet to remove.
Return Value
Type: System.Boolean
[true] if the best bet could be removed, [false] otherwise.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace