ChangeQuery.LatestFirst 屬性
取得或設定值,指定是否要先修改的日期,最新排序結果。
命名空間: Microsoft.SharePoint.Client
組件: Microsoft.SharePoint.Client.Silverlight (在 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone (在 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client (在 Microsoft.SharePoint.Client.dll 中)
語法
'宣告
Public Property LatestFirst As Boolean
Get
Set
'用途
Dim instance As ChangeQuery
Dim value As Boolean
value = instance.LatestFirst
instance.LatestFirst = value
public bool LatestFirst { get; set; }
屬性值
類型:System.Boolean
傳回Booleantrue如果結果會依照修改的日期。否則,傳回false。
備註
此屬性僅適用於搜尋在清單範圍。