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