IProfileProvider.GetProfileValue - Méthode
Obtient la valeur de propriété de profil spécifié pour l'utilisateur actuel.
Espace de noms : Microsoft.BusinessData.Runtime
Assembly : Microsoft.BusinessData (dans Microsoft.BusinessData.dll)
Syntaxe
'Déclaration
Function GetProfileValue ( _
propertyName As String _
) As Object
'Utilisation
Dim instance As IProfileProvider
Dim propertyName As String
Dim returnValue As Object
returnValue = instance.GetProfileValue(propertyName)
Object GetProfileValue(
string propertyName
)
Paramètres
propertyName
Type : System.StringNom de la propriété à obtenir.
Valeur renvoyée
Type : System.Object
Valeur de la propriété.