Share via


UserProfileChangeCollection - Classe

Représente une collection d'objets de UserProfileChange .

Hiérarchie d’héritage

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

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

Syntaxe

'Déclaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class UserProfileChangeCollection _
    Inherits List(Of ProfileBaseChange)
'Utilisation
Dim instance As UserProfileChangeCollection
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class UserProfileChangeCollection : List<ProfileBaseChange>

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

UserProfileChangeCollection - Membres

Microsoft.Office.Server.UserProfiles - Espace de noms