RecycleBinQueryInformation.IsAscending property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property IsAscending As Boolean
Get
Set
'Usage
Dim instance As RecycleBinQueryInformation
Dim value As Boolean
value = instance.IsAscending
instance.IsAscending = value
public bool IsAscending { get; set; }
Property value
Type: System.Boolean
See also
Reference
RecycleBinQueryInformation class