Share via


OrganizationProfileChange - Classe

Remarque : cette API est désormais obsolète.

Représente une modification générique à un objet OrganizationProfile .

Hiérarchie d’héritage

System.Object
  Microsoft.Office.Server.UserProfiles.ProfileBaseChange
    Microsoft.Office.Server.UserProfiles.OrganizationProfileChange
      Microsoft.Office.Server.UserProfiles.OrganizationProfileMembershipChange

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

Syntaxe

'Déclaration
<ObsoleteAttribute("This class is no longer supported.")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class OrganizationProfileChange _
    Inherits ProfileBaseChange
'Utilisation
Dim instance As OrganizationProfileChange
[ObsoleteAttribute("This class is no longer supported.")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class OrganizationProfileChange : ProfileBaseChange

Remarques

Peut être utilisé comme classe de base pour la modification d'un OrganizationProfile.

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

OrganizationProfileChange - Membres

Microsoft.Office.Server.UserProfiles - Espace de noms