SPRecycleBinQuery.RowLimit property
取得或設定的每一頁查詢傳回的項目數的限制。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property RowLimit As Integer
Get
Set
'用途
Dim instance As SPRecycleBinQuery
Dim value As Integer
value = instance.RowLimit
instance.RowLimit = value
public int RowLimit { get; set; }
Property value
Type: System.Int32
指定資料列限制為 32 位元整數。
Exceptions
Exception | Condition |
---|---|
ArgumentException | 值小於或等於 0。 |