Share via


SPRecycleBinQuery.IsAscending Property

Gets or sets a Boolean value that specifies whether to sort in ascending order.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public Property IsAscending As Boolean
    Get
    Set
'Usage
Dim instance As SPRecycleBinQuery
Dim value As Boolean

value = instance.IsAscending

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

Property Value

Type: System.Boolean
true to sort in ascending order; otherwise, false.

See Also

Reference

SPRecycleBinQuery Class

SPRecycleBinQuery Members

Microsoft.SharePoint Namespace