Share via


ProfileBase - Classe

Représente la classe abstraite pour tous les objets de profil (notamment UserProfile et OrganizationProfile).

Hiérarchie d’héritage

System.Object
  Microsoft.Office.Server.UserProfiles.ProfileBase
    Microsoft.Office.Server.UserProfiles.MemberGroup
    Microsoft.Office.Server.UserProfiles.OrganizationProfile
    Microsoft.Office.Server.UserProfiles.UserProfile

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 MustInherit Class ProfileBase
'Utilisation
Dim instance As ProfileBase
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public abstract class ProfileBase

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

ProfileBase - Membres

Microsoft.Office.Server.UserProfiles - Espace de noms