UserProfile.RemotePersonalSiteHostUrl Property

Gets the absolute URL string to the user's remote personal site host, if any 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
Returns .

See Also

Reference

UserProfile Class

UserProfile Members

Microsoft.Office.Server.UserProfiles Namespace