Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the properties of the specified deleted site.
Namespace: Microsoft.Online.SharePoint.TenantAdministration
Assembly: Microsoft.Online.SharePoint.Client.Tenant (in Microsoft.Online.SharePoint.Client.Tenant.dll)
Syntax
'Declaration
Public Overridable Function GetDeletedSitePropertiesByUrl ( _
siteUrl As String _
) As DeletedSiteProperties
'Usage
Dim instance As Tenant
Dim siteUrl As String
Dim returnValue As DeletedSiteProperties
returnValue = instance.GetDeletedSitePropertiesByUrl(siteUrl)
public virtual DeletedSiteProperties GetDeletedSitePropertiesByUrl(
string siteUrl
)
Parameters
siteUrl
Type: System.StringA string that represents the URL of the deleted site.
Return value
Type: Microsoft.Online.SharePoint.TenantAdministration.DeletedSiteProperties
DeletedSiteProperties