SearchSettingGroup.GetBestBets Method
Retrieves all best bets of the search setting group where the best bet name contains the specified filter.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Keywords
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
Function GetBestBets ( _
filter As String _
) As ICollection(Of BestBet)
'Usage
Dim instance As SearchSettingGroup
Dim filter As String
Dim returnValue As ICollection(Of BestBet)
returnValue = instance.GetBestBets(filter)
ICollection<BestBet> GetBestBets(
string filter
)
Parameters
filter
Type: System.StringThe filter value the best bet name must contain in order to be included in the collection.
Return Value
Type: System.Collections.Generic.ICollection<BestBet>
A collection of all the matching BestBets.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace