Свойство ChangeQuery.LatestFirst
Gets or sets a value that specifies whether to order the results by Modified By date, most recent first.
Пространство имен: 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
Returns Booleantrue if results are ordered by Modified By date; otherwise, returns false.
Замечания
This property only works for searches at list scope.