Query.ProcessBestBets property
NOTE: This API is now obsolete.
True if the BestBets are requested. This value is used when EnableQueryRules = true. Otherwise it is ignored.
Namespace: Microsoft.SharePoint.Search.Query
Assembly: Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)
Syntax
'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public Property ProcessBestBets As Boolean
Get
Set
'Usage
Dim instance As Query
Dim value As Boolean
value = instance.ProcessBestBets
instance.ProcessBestBets = value
[ObsoleteAttribute("This class is obsolete.")]
public bool ProcessBestBets { get; set; }
Property value
Type: System.Boolean