Share via


UserProfile.GetProfileValueCollection method

Retorna uma lista de valores para a propriedade de perfil de usuário com o nome especificado.

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

Syntax

'Declaração
Public Overrides Function GetProfileValueCollection ( _
    propName As String _
) As ProfileValueCollectionBase
'Uso
Dim instance As UserProfile
Dim propName As String
Dim returnValue As ProfileValueCollectionBase

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

Parâmetros

Valor retornado

Type: Microsoft.Office.Server.UserProfiles.ProfileValueCollectionBase
Uma lista de valores para a propriedade de perfil do usuário correspondente ao nome especificado.

Ver também

Referência

UserProfile class

UserProfile members

Microsoft.Office.Server.UserProfiles namespace