SPRecycleBinQuery.RowLimit-Eigenschaft
Ruft ab oder legt eine Grenze für die Anzahl der Elemente, die in der Abfrage pro Seite zurückgegeben.
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; }
Eigenschaftswert
Typ: System.Int32
Eine 32-Bit-Ganzzahl, die die maximale Zeilengröße angibt.
Ausnahmen
Ausnahme | Bedingung |
---|---|
ArgumentException | Der Wert ist kleiner als oder gleich 0. |