Share via


CorePropertyManager - Classe

Crée et gère les objets de CoreProperty .

Hiérarchie d’héritage

System.Object
  Microsoft.Office.Server.UserProfiles.PropertyBaseManager<CoreProperty>
    Microsoft.Office.Server.UserProfiles.CorePropertyManager

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 NotInheritable Class CorePropertyManager _
    Inherits PropertyBaseManager(Of CoreProperty)
'Utilisation
Dim instance As CorePropertyManager
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public sealed class CorePropertyManager : PropertyBaseManager<CoreProperty>

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

CorePropertyManager - Membres

Microsoft.Office.Server.UserProfiles - Espace de noms