SPDeletedSiteCollection.Count property

Gets the number of deleted sites in the collection.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property Count As Integer
    Get
'Usage
Dim instance As SPDeletedSiteCollection
Dim value As Integer

value = instance.Count
public override int Count { get; }

Property value

Type: System.Int32
The number of deleted sites in the collection.

Implements

ICollection.Count

See also

Reference

SPDeletedSiteCollection class

SPDeletedSiteCollection members

Microsoft.SharePoint.Administration namespace