PeopleManager.EditProfileLink property

Gets the URL of the edit profile page for the current user.

Namespace:  Microsoft.SharePoint.Client.UserProfiles
Assembly:  Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.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

See also

Reference

PeopleManager class

PeopleManager members

Microsoft.SharePoint.Client.UserProfiles namespace