UserProfile.PersonalUrl Property

Gets the personal URL of the user.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.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
String that shows the personal URL of the user.

Remarks

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

See Also

Reference

UserProfile Class

UserProfile Members

Microsoft.Office.Server.UserProfiles Namespace