BestBetCollection.ContainsBestBet Method
Checks if the best bet with the specified name is contained in 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 ContainsBestBet ( _
name As String _
) As Boolean
'Usage
Dim instance As BestBetCollection
Dim name As String
Dim returnValue As Boolean
returnValue = instance.ContainsBestBet(name)
bool ContainsBestBet(
string name
)
Parameters
name
Type: System.StringThe best bet name.
Return Value
Type: System.Boolean
[true] if the collection contains the best bet with the specified name, [false] otherwise.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace