SPSite.RootWeb Property

Gets the root Web site of the site collection.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

Public ReadOnly Property RootWeb As SPWeb
    Get

Dim instance As SPSite
Dim value As SPWeb

value = instance.RootWeb
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