KeywordQuery.EnableSorting 屬性
指出是否應該排序搜尋結果的Boolean值。
命名空間: Microsoft.SharePoint.Client.Search.Query
組件: Microsoft.SharePoint.Client.Search (在 Microsoft.SharePoint.Client.Search.dll 中)
語法
'宣告
Public Property EnableSorting As Boolean
Get
Set
'用途
Dim instance As KeywordQuery
Dim value As Boolean
value = instance.EnableSorting
instance.EnableSorting = value
public bool EnableSorting { get; set; }