Share via


ProfileTypePropertyManager - Classe

Gère les définitions de propriétés pour les types de profils.

Hiérarchie d’héritage

System.Object
  Microsoft.Office.Server.UserProfiles.PropertyBaseManager<ProfileTypeProperty>
    Microsoft.Office.Server.UserProfiles.ProfileTypePropertyManager

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

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

ProfileTypePropertyManager - Membres

Microsoft.Office.Server.UserProfiles - Espace de noms