UserProfilePropertiesForUser class

Represents a set of user profile properties for a specified user.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.UserProfiles.UserProfilePropertiesForUser

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

Syntax

'Declaration
Public Class UserProfilePropertiesForUser _
    Inherits ClientObject
'Usage
Dim instance As UserProfilePropertiesForUser
public class UserProfilePropertiesForUser : ClientObject

Remarks

UserProfilePropertiesForUser is used in the PeopleManager.GetUserProfilePropertiesFor method. For an example of how to use it, see How to: Retrieve user profile properties by using the .NET client object model in SharePoint 2013.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

UserProfilePropertiesForUser members

Microsoft.SharePoint.Client.UserProfiles namespace