Share via


SPDeletedSitePipeBind.DeletedSites Property

Gets the deleted sites bound to this pipeline.

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

Syntax

'Declaration
Public ReadOnly Property DeletedSites As List(Of SPDeletedSite)
    Get
'Usage
Dim instance As SPDeletedSitePipeBind
Dim value As List(Of SPDeletedSite)

value = instance.DeletedSites
public List<SPDeletedSite> DeletedSites { get; }

Property Value

Type: System.Collections.Generic.List<SPDeletedSite>
The deleted sites.

See Also

Reference

SPDeletedSitePipeBind Class

SPDeletedSitePipeBind Members

Microsoft.SharePoint.PowerShell Namespace