Share via


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)
Available in Sandboxed Solutions: No

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