SearchSettingGroup.BestBetsWithoutKeyword Property
Retrieves all best bets of the search setting group that are not associated with a keyword, i.e. are global.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Keywords
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
ReadOnly Property BestBetsWithoutKeyword As BestBetCollection
Get
'Usage
Dim instance As SearchSettingGroup
Dim value As BestBetCollection
value = instance.BestBetsWithoutKeyword
BestBetCollection BestBetsWithoutKeyword { get; }
Property Value
Type: Microsoft.SharePoint.Search.Extended.Administration.Keywords.BestBetCollection
A BestBetCollection of BestBets.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace