SPRecycleBinQuery.RowLimit property

Gets or sets a limit for the number of items returned in the query per page.

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

Syntax

'Declaration
Public Property RowLimit As Integer
    Get
    Set
'Usage
Dim instance As SPRecycleBinQuery
Dim value As Integer

value = instance.RowLimit

instance.RowLimit = value
public int RowLimit { get; set; }

Property value

Type: System.Int32
A 32-bit integer that specifies the row limit.

Exceptions

Exception Condition
ArgumentException

The value is less than or equal to 0.

See also

Reference

SPRecycleBinQuery class

SPRecycleBinQuery members

Microsoft.SharePoint namespace