ProfileValueCollectionBase.Value - Propriété
Obtient ou définit la valeur de la propriété de profil.
Espace de noms : Microsoft.Office.Server.UserProfiles
Assembly : Microsoft.Office.Server.UserProfiles (dans Microsoft.Office.Server.UserProfiles.dll)
Syntaxe
'Déclaration
Public Property Value As Object
Get
Set
'Utilisation
Dim instance As ProfileValueCollectionBase
Dim value As Object
value = instance.Value
instance.Value = value
public Object Value { get; set; }
Valeur de propriété
Type : System.Object
Voir aussi
Référence
ProfileValueCollectionBase classe