BestBetCollection.AddBestBet Method (String)
Adds a best bet with the specified best bet name.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Keywords
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
Function AddBestBet ( _
name As String _
) As BestBet
'Usage
Dim instance As BestBetCollection
Dim name As String
Dim returnValue As BestBet
returnValue = instance.AddBestBet(name)
BestBet AddBestBet(
string name
)
Parameters
name
Type: System.StringThe name of the best bet.
Return Value
Type: Microsoft.SharePoint.Search.Extended.Administration.Keywords.BestBet
A BestBet object representing the added best bet.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace