Share via


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)

Syntax

'Declaração
Public ReadOnly Property WebApplication As SPWebApplication
    Get
'Uso
Dim instance As SPSite
Dim value As SPWebApplication

value = instance.WebApplication
public SPWebApplication WebApplication { get; }

Property value

Type: Microsoft.SharePoint.Administration.SPWebApplication
The parent Web application.

Ver também

Referência

SPSite class

SPSite members

Microsoft.SharePoint namespace