PersonProperties.PersonalSiteHostUrl property
Namespace: Microsoft.SharePoint.Client.UserProfiles
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public ReadOnly Property PersonalSiteHostUrl As String
Get
'Usage
Dim instance As PersonProperties
Dim value As String
value = instance.PersonalSiteHostUrl
public string PersonalSiteHostUrl { get; }
Property value
Type: System.String