Partager via


ProfileBase.GetProfileValueCollection - Méthode

Renvoie les valeurs de la propriété spécifiée de ce profil.

Espace de noms :  Microsoft.Office.Server.UserProfiles
Assembly :  Microsoft.Office.Server.UserProfiles (dans Microsoft.Office.Server.UserProfiles.dll)

Syntaxe

'Déclaration
Public MustOverride Function GetProfileValueCollection ( _
    propName As String _
) As ProfileValueCollectionBase
'Utilisation
Dim instance As ProfileBase
Dim propName As String
Dim returnValue As ProfileValueCollectionBase

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

Paramètres

Valeur renvoyée

Type : Microsoft.Office.Server.UserProfiles.ProfileValueCollectionBase

Voir aussi

Référence

ProfileBase classe

ProfileBase - Membres

Microsoft.Office.Server.UserProfiles - Espace de noms