Share via


ChangeQuery.LatestFirst property

Gets or sets a value that specifies whether to order the results by Modified By date, most recent first.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Property LatestFirst As Boolean
    Get
    Set
'Usage
Dim instance As ChangeQuery
Dim value As Boolean

value = instance.LatestFirst

instance.LatestFirst = value
public bool LatestFirst { get; set; }

Property value

Type: System.Boolean
Returns Booleantrue if results are ordered by Modified By date; otherwise, returns false.

Remarks

This property only works for searches at list scope.

See also

Reference

ChangeQuery class

ChangeQuery members

Microsoft.SharePoint.Client namespace