SPQuery.RecurrenceOrderBy Property
Gets or sets a Boolean value that specifies whether the sort order used to display items in an application that interacts with a SharePoint list remains the same as the sort order used in the browser.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Property RecurrenceOrderBy As Boolean
Get
Set
'Usage
Dim instance As SPQuery
Dim value As Boolean
value = instance.RecurrenceOrderBy
instance.RecurrenceOrderBy = value
public bool RecurrenceOrderBy { get; set; }
Property Value
Type: System.Boolean
true if the sort order within the application remains the same as in the browser; otherwise, false.