UserProfile.PersonalUrl property

Gets the user’s personal URL.

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

Syntax

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

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

Property value

Type: System.Uri
The personal URL of the user.

Remarks

This is always an absolute URL. If a user has a backing personal site, it will be a URL for their personal site. If a user does not have a personal site, it will be a URL for the public view of their site.

See also

Reference

UserProfile class

UserProfile members

Microsoft.Office.Server.UserProfiles namespace