共用方式為


SPDeletedSiteLookupInfo.Path property

取得或設定伺服器相對路徑的已刪除的網站集合。

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

Syntax

'宣告
Public Property Path As String
    Get
    Set
'用途
Dim instance As SPDeletedSiteLookupInfo
Dim value As String

value = instance.Path

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

Property value

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

請參閱

參照

SPDeletedSiteLookupInfo class

SPDeletedSiteLookupInfo members

Microsoft.SharePoint.Administration namespace