UserProfile.GetProfileValueCollection method

Returns a list of values for the user profile property with the specified name.

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

Syntax

'Declaration
Public Overrides Function GetProfileValueCollection ( _
    propName As String _
) As ProfileValueCollectionBase
'Usage
Dim instance As UserProfile
Dim propName As String
Dim returnValue As ProfileValueCollectionBase

returnValue = instance.GetProfileValueCollection(propName)
public override ProfileValueCollectionBase GetProfileValueCollection(
    string propName
)

Parameters

Return value

Type: Microsoft.Office.Server.UserProfiles.ProfileValueCollectionBase
A list of values for the user profile property matching the specified name.

See also

Reference

UserProfile class

UserProfile members

Microsoft.Office.Server.UserProfiles namespace