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