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 Web application in which site collections within this collection are stored.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property WebApplication As SPWebApplication
Get
'Usage
Dim instance As SPSiteCollection
Dim value As SPWebApplication
value = instance.WebApplication
public SPWebApplication WebApplication { get; }
Property Value
Type: Microsoft.SharePoint.Administration.SPWebApplication
An SPWebApplication object that represents the Web application.