Share via


IPersonalPage.PersonalSite property

Gets 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 PersonalSite As SPSite
    Get
'Usage
Dim instance As IPersonalPage
Dim value As SPSite

value = instance.PersonalSite
SPSite PersonalSite { get; }

Property value

Type: Microsoft.SharePoint.SPSite
The personal site of the owner of the personal page.

See also

Reference

IPersonalPage interface

IPersonalPage members

Microsoft.SharePoint.Portal.WebControls namespace