Compartir a través de


Clase UserProfileChangeCollection

Representa una colección de objetos UserProfileChange .

Jerarquía de la herencia

System.Object
  System.Collections.Generic.List<ProfileBaseChange>
    Microsoft.Office.Server.UserProfiles.UserProfileChangeCollection

Espacio de nombres:  Microsoft.Office.Server.UserProfiles
Ensamblado:  Microsoft.Office.Server.UserProfiles (en Microsoft.Office.Server.UserProfiles.dll)

Sintaxis

'Declaración
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class UserProfileChangeCollection _
    Inherits List(Of ProfileBaseChange)
'Uso
Dim instance As UserProfileChangeCollection
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class UserProfileChangeCollection : List<ProfileBaseChange>

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.

Vea también

Referencia

Miembros UserProfileChangeCollection

Espacio de nombres Microsoft.Office.Server.UserProfiles