PersonProperties.UserUrl property

Gets the URL of the user's profile page.

Namespace:  Microsoft.SharePoint.Client.UserProfiles
Assembly:  Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)

Syntax

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

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

Property value

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

See also

Reference

PersonProperties class

PersonProperties members

Microsoft.SharePoint.Client.UserProfiles namespace