SPSite.RootWeb Property

Gets the root Web site of the site collection.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
<ClientCallableAttribute> _
Public ReadOnly Property RootWeb As SPWeb
    Get
'Usage
Dim instance As SPSite
Dim value As SPWeb

value = instance.RootWeb
[ClientCallableAttribute]
public SPWeb RootWeb { get; }

Property Value

Type: Microsoft.SharePoint.SPWeb
An SPWeb object that represents the root Web site.

See Also

Reference

SPSite Class

SPSite Members

Microsoft.SharePoint Namespace