SPRecycleBinQuery.IsAscending property
取得或設定布林值,指定是否要以遞增順序排序。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property IsAscending As Boolean
Get
Set
'用途
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否則, false。