Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the maximum number of deleted sites represented by the collection.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property RowLimit As Integer
Get
Set
'Usage
Dim instance As SPDeletedSiteCollection
Dim value As Integer
value = instance.RowLimit
instance.RowLimit = value
public int RowLimit { get; set; }
Property value
Type: System.Int32
The maximum number of items returned in the collection. The default is 100.