Share via


PropertyBase - Classe

Représente la classe abstraite qui définit les éléments de base d'une propriété de profil.

Hiérarchie d’héritage

System.Object
  Microsoft.Office.Server.UserProfiles.PropertyBase
    Microsoft.Office.Server.UserProfiles.CoreProperty
    Microsoft.Office.Server.UserProfiles.ProfileSubtypeProperty
    Microsoft.Office.Server.UserProfiles.ProfileTypeProperty

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

Remarques

Il s'agit de la classe de base pour CoreProperty, ProfileTypePropertyet ProfileSubtypeProperty.

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

PropertyBase - Membres

Microsoft.Office.Server.UserProfiles - Espace de noms