SPDeletedSiteLookupInfo.Path Property

Gets or sets the server-relative path of the deleted site collection.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Property Path As String
    Get
    Set
'Usage
Dim instance As SPDeletedSiteLookupInfo
Dim value As String

value = instance.Path

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

Property Value

Type: System.String
The server-relative path of the deleted site collection.

See Also

Reference

SPDeletedSiteLookupInfo Class

SPDeletedSiteLookupInfo Members

Microsoft.SharePoint.Administration Namespace