UserProfilePropertyValueChange - Classe

Représente une modification apportée à la valeur de la propriété du profil utilisateur.

Hiérarchie d’héritage

System.Object
  Microsoft.Office.Server.UserProfiles.ProfileBaseChange
    Microsoft.Office.Server.UserProfiles.UserProfileChange
      Microsoft.Office.Server.UserProfiles.UserProfilePropertyValueChange
        Microsoft.Office.Server.UserProfiles.UserProfileAnniversaryChange
        Microsoft.Office.Server.UserProfiles.UserProfileMultiValueChange
        Microsoft.Office.Server.UserProfiles.UserProfileSingleValueChange

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

Syntaxe

'Déclaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public MustInherit Class UserProfilePropertyValueChange _
    Inherits UserProfileChange
'Utilisation
Dim instance As UserProfilePropertyValueChange
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public abstract class UserProfilePropertyValueChange : UserProfileChange

Cohérence de thread

Tous les membres statique (Partagé dans Visual Basic)s publics de ce type sont thread-safe. Cela n’est pas garanti pour les membres d’instance.

Voir aussi

Référence

UserProfilePropertyValueChange - Membres

Microsoft.Office.Server.UserProfiles - Espace de noms