UserProfile.PersonalSite Property
Gets the personal site of the user.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public ReadOnly Property PersonalSite As SPSite
Get
'Usage
Dim instance As UserProfile
Dim value As SPSite
value = instance.PersonalSite
public SPSite PersonalSite { get; }
Property Value
Type: Microsoft.SharePoint.SPSite
Microsoft.SharePoint.SPSite that contains the personal site of the user.