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)

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