PeopleManager.GetMyProperties method

Gets user properties for the current user.

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

Syntax

'Declaration
Public Function GetMyProperties As PersonProperties
'Usage
Dim instance As PeopleManager
Dim returnValue As PersonProperties

returnValue = instance.GetMyProperties()
public PersonProperties GetMyProperties()

Return value

Type: Microsoft.SharePoint.Client.UserProfiles.PersonProperties

See also

Reference

PeopleManager class

PeopleManager members

Microsoft.SharePoint.Client.UserProfiles namespace