SPDeletedSite.WebApplicationId property
Gets the GUID of the web application to which the deleted site belongs.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property WebApplicationId As Guid
Get
'Usage
Dim instance As SPDeletedSite
Dim value As Guid
value = instance.WebApplicationId
public Guid WebApplicationId { get; }
Property value
Type: System.Guid
The GUID of the web application to which the deleted site belongs.