SPSite.WebApplication Property

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.

See Also

Reference

SPSite Class

SPSite Members

Microsoft.SharePoint Namespace