ProfileValueCollectionBase - Classe

Fournit la classe de base abstraite qui représente les valeurs d'une propriété de profil.

Hiérarchie d’héritage

System.Object
  System.Collections.CollectionBase
    Microsoft.Office.Server.UserProfiles.ProfileValueCollectionBase
      Microsoft.Office.Server.UserProfiles.MemberGroupProfileValueCollection
      Microsoft.Office.Server.UserProfiles.OrganizationProfileValueCollection
      Microsoft.Office.Server.UserProfiles.UserProfileValueCollection

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

Syntaxe

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

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

ProfileValueCollectionBase - Membres

Microsoft.Office.Server.UserProfiles - Espace de noms