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