PersonProperties.UserUrl property

Gets the URL of the user's profile page.

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

Syntax

'Declaration
Public ReadOnly Property UserUrl As Uri
    Get
'Usage
Dim instance As PersonProperties
Dim value As Uri

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

Property value

Type: System.Uri
The URL of the user's profile page.

See also

Reference

PersonProperties class

PersonProperties members

Microsoft.Office.Server.UserProfiles namespace