Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the personal site of the user.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.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
The personal site of the user.