SPDeletedSiteCollection.RowLimit property

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.

See also

Reference

SPDeletedSiteCollection class

SPDeletedSiteCollection members

Microsoft.SharePoint.Administration namespace