Share via


SPDeletedSite.Url property

Full URI of the deleted site. (Begins with http:// or https://)

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

Syntax

'Declaration
Public ReadOnly Property Url As Uri
    Get
'Usage
Dim instance As SPDeletedSite
Dim value As Uri

value = instance.Url
public Uri Url { get; }

Property value

Type: System.Uri

See also

Reference

SPDeletedSite class

SPDeletedSite members

Microsoft.SharePoint.Administration namespace