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 SharePoint Foundation Web application to which the site collection belongs.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public ReadOnly Property WebApplication As SPWebApplication
Get
'Usage
Dim instance As SPSite
Dim value As SPWebApplication
value = instance.WebApplication
public SPWebApplication WebApplication { get; }
Type: Microsoft.SharePoint.Administration.SPWebApplication
The parent Web application.