Keyword.RemoveBestBet Method
Removes a best bet for the keyword.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Keywords
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
Function RemoveBestBet ( _
bestBetName As String _
) As Boolean
'Usage
Dim instance As Keyword
Dim bestBetName As String
Dim returnValue As Boolean
returnValue = instance.RemoveBestBet(bestBetName)
bool RemoveBestBet(
string bestBetName
)
Parameters
bestBetName
Type: System.StringThe name of the best bet to be removed.
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