PeopleManager.GetUserProfilePropertiesFor method

Gets the specified user profile properties for the specified user.

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

Syntax

'Declaration
Public Function GetUserProfilePropertiesFor ( _
    propertiesForUser As UserProfilePropertiesForUser _
) As IEnumerable(Of String)
'Usage
Dim instance As PeopleManager
Dim propertiesForUser As UserProfilePropertiesForUser
Dim returnValue As IEnumerable(Of String)

returnValue = instance.GetUserProfilePropertiesFor(propertiesForUser)
public IEnumerable<string> GetUserProfilePropertiesFor(
    UserProfilePropertiesForUser propertiesForUser
)

Parameters

Return value

Type: System.Collections.Generic.IEnumerable<String>
The specified user profile properties for the specified user.

See also

Reference

PeopleManager class

PeopleManager members

Microsoft.Office.Server.UserProfiles namespace