共用方式為


SPDeletedSite.Path property

取得已刪除的網站的伺服器相對路徑。

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

Syntax

'宣告
Public ReadOnly Property Path As String
    Get
'用途
Dim instance As SPDeletedSite
Dim value As String

value = instance.Path
public string Path { get; }

Property value

Type: System.String
已刪除網站的伺服器相對路徑。

請參閱

參照

SPDeletedSite class

SPDeletedSite members

Microsoft.SharePoint.Administration namespace