Compartilhar via


SPRecycleBinQuery.IsAscending property

Obtém ou define um valor booleano que especifica se você deseja classificar em ordem crescente.

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

Syntax

'Declaração
Public Property IsAscending As Boolean
    Get
    Set
'Uso
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 classificar em ordem; crescente Caso contrário, false.

Ver também

Referência

SPRecycleBinQuery class

SPRecycleBinQuery members

Microsoft.SharePoint namespace