Query.ProcessBestBets 屬性
判斷是否啟用Best BetsBoolean值。
命名空間: Microsoft.SharePoint.Client.Search.Query
組件: Microsoft.SharePoint.Client.Search (在 Microsoft.SharePoint.Client.Search.dll 中)
語法
'宣告
Public Property ProcessBestBets As Boolean
Get
Set
'用途
Dim instance As Query
Dim value As Boolean
value = instance.ProcessBestBets
instance.ProcessBestBets = value
public bool ProcessBestBets { get; set; }
屬性值
類型:System.Boolean
true如果系統要求首選;否則, false
備註
此屬性的EnableQueryRules() 搭配運作。若要啟用Best Bets, EnableQueryRules() 必須true。