Share via


UserProfileMembershipChange - Classe

Représente une modification apportée à une appartenance.

Hiérarchie d’héritage

System.Object
  Microsoft.Office.Server.UserProfiles.ProfileBaseChange
    Microsoft.Office.Server.UserProfiles.UserProfileChange
      Microsoft.Office.Server.UserProfiles.UserProfileMembershipChange
        Microsoft.Office.Server.UserProfiles.UserProfileSiteMembershipChange

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 Class UserProfileMembershipChange _
    Inherits UserProfileChange
'Utilisation
Dim instance As UserProfileMembershipChange
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class UserProfileMembershipChange : UserProfileChange

Remarques

Pour plus d'informations sur les appartenances et les types de groupes d'appartenance, consultez la rubrique Memberships Overview. Pour obtenir un exemple de code expliquant comment créer un groupe de membres et ajouter un membre au groupe nouvellement créé, voir How to: Create Memberships.

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

UserProfileMembershipChange - Membres

Microsoft.Office.Server.UserProfiles - Espace de noms