UserProfile.PersonalSite property
Gets the personal site of the user.
Namespace: Microsoft.SharePoint.Client.UserProfiles
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public ReadOnly Property PersonalSite As Site
Get
'Usage
Dim instance As UserProfile
Dim value As Site
value = instance.PersonalSite
public Site PersonalSite { get; }
Property value
Type: Microsoft.SharePoint.Client.Site
The personal site of the user.