KeywordQuery.Refiners 屬性
取得或設定精簡搜尋結果會傳回一組。每個精簡器的值就是指定的精簡器名稱和 (選擇性) 精簡搜尋選項,此精簡器的一組格式字串。
命名空間: Microsoft.SharePoint.Client.Search.Query
組件: Microsoft.SharePoint.Client.Search (在 Microsoft.SharePoint.Client.Search.dll 中)
語法
'宣告
Public Property Refiners As String
Get
Set
'用途
Dim instance As KeywordQuery
Dim value As String
value = instance.Refiners
instance.Refiners = value
public string Refiners { get; set; }
屬性值
類型:System.String
字串,包含逗號分隔選擇性精簡搜尋選項的精簡器的清單。
備註
根據預設,沒有精簡器會傳回查詢結果如果Refiners屬性是空的。