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)

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.

See also

Reference

SPQuery class

SPQuery members

Microsoft.SharePoint namespace