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)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.UnsupportedSPType)> _
Public ReadOnly Property WebApplication As SPWebApplication
Get
'Usage
Dim instance As SPSite
Dim value As SPWebApplication
value = instance.WebApplication
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.UnsupportedSPType)]
public SPWebApplication WebApplication { get; }
Property Value
Type: Microsoft.SharePoint.Administration.SPWebApplication
The parent Web application.