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.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.