Clase UserProfileMembershipChange
Representa un cambio en una suscripción.
Jerarquía de la herencia
System.Object
Microsoft.Office.Server.UserProfiles.ProfileBaseChange
Microsoft.Office.Server.UserProfiles.UserProfileChange
Microsoft.Office.Server.UserProfiles.UserProfileMembershipChange
Microsoft.Office.Server.UserProfiles.UserProfileSiteMembershipChange
Espacio de nombres: Microsoft.Office.Server.UserProfiles
Ensamblado: Microsoft.Office.Server.UserProfiles (en Microsoft.Office.Server.UserProfiles.dll)
Sintaxis
'Declaración
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class UserProfileMembershipChange _
Inherits UserProfileChange
'Uso
Dim instance As UserProfileMembershipChange
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class UserProfileMembershipChange : UserProfileChange
Comentarios
Para obtener más información acerca de miembros y tipos de pertenencia a grupos, consulte Memberships Overview. Para obtener un ejemplo de código acerca de cómo crear un grupo de miembros y agregar a un miembro al grupo recién creado, consulte How to: Create Memberships.
Seguridad para subprocesos
Los miembros static (Shared en Visual Basic) públicos de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancias sean seguros para los subprocesos.