BestBetCollection.GetBestBet Method
Retrieves the best bet for a specified name.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Keywords
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
Function GetBestBet ( _
name As String _
) As BestBet
'Usage
Dim instance As BestBetCollection
Dim name As String
Dim returnValue As BestBet
returnValue = instance.GetBestBet(name)
BestBet GetBestBet(
string name
)
Parameters
name
Type: System.StringThe name of the best bet.
Return Value
Type: Microsoft.SharePoint.Search.Extended.Administration.Keywords.BestBet
The BestBet with the specified name, or [null] of none exists.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace