PeopleManager.EditProfileLink property

Gets the URL of the edit profile page.

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

Syntax

'Declaration
Public ReadOnly Property EditProfileLink As String
    Get
'Usage
Dim instance As PeopleManager
Dim value As String

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

Property value

Type: System.String
The URL of the edit profile page.

See also

Reference

PeopleManager class

PeopleManager members

Microsoft.Office.Server.UserProfiles namespace