SPDeletedSitePipeBind.DeletedSites 属性
获取已删除的站点绑定到该管道。
命名空间: Microsoft.SharePoint.PowerShell
程序集: Microsoft.SharePoint.PowerShell(位于 Microsoft.SharePoint.PowerShell.dll 中)
语法
声明
Public ReadOnly Property DeletedSites As List(Of SPDeletedSite)
Get
用法
Dim instance As SPDeletedSitePipeBind
Dim value As List(Of SPDeletedSite)
value = instance.DeletedSites
public List<SPDeletedSite> DeletedSites { get; }
属性值
类型:System.Collections.Generic.List<SPDeletedSite>
已删除的网站。