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 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.