UserProfile.RemotePersonalSiteHostUrl property

Gets the absolute URL string for the user's remote personal site host, if one exists.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public ReadOnly Property RemotePersonalSiteHostUrl As Uri
    Get
'Usage
Dim instance As UserProfile
Dim value As Uri

value = instance.RemotePersonalSiteHostUrl
public Uri RemotePersonalSiteHostUrl { get; }

Property value

Type: System.Uri
The absolute URL string to the user's remote personal site host, if one exists.

See also

Reference

UserProfile class

UserProfile members

Microsoft.Office.Server.UserProfiles namespace