Compartir a través de


del método ProfileBase.GetProfileValueCollection

Devuelve los valores para la propiedad especificada de este perfil.

Espacio de nombres:  Microsoft.Office.Server.UserProfiles
Ensamblado:  Microsoft.Office.Server.UserProfiles (en Microsoft.Office.Server.UserProfiles.dll)

Sintaxis

'Declaración
Public MustOverride Function GetProfileValueCollection ( _
    propName As String _
) As ProfileValueCollectionBase
'Uso
Dim instance As ProfileBase
Dim propName As String
Dim returnValue As ProfileValueCollectionBase

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

Parámetros

Valor devuelto

Tipo: Microsoft.Office.Server.UserProfiles.ProfileValueCollectionBase

Vea también

Referencia

clase ProfileBase

Miembros ProfileBase

Espacio de nombres Microsoft.Office.Server.UserProfiles