Share via


IPersonalPage.PersonalWeb property

Gets the root SPWeb of the personal site of the owner of the personal page.

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

Syntax

'Declaration
ReadOnly Property PersonalWeb As SPWeb
    Get
'Usage
Dim instance As IPersonalPage
Dim value As SPWeb

value = instance.PersonalWeb
SPWeb PersonalWeb { get; }

Property value

Type: Microsoft.SharePoint.SPWeb
The root website of the personal site collection of the owner of the personal page.

See also

Reference

IPersonalPage interface

IPersonalPage members

Microsoft.SharePoint.Portal.WebControls namespace