Freigeben über


OrganizationProfileChange-Klasse

HINWEIS: Diese API ist veraltet.

Stellt eine allgemeine Änderung in ein OrganizationProfile -Objekt.

Vererbungshierarchie

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

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
<ObsoleteAttribute("This class is no longer supported.")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class OrganizationProfileChange _
    Inherits ProfileBaseChange
'Usage
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

Hinweise

Kann als Basisklasse für eine bestimmte Änderung an einer OrganizationProfileverwendet werden.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.

Siehe auch

Referenz

OrganizationProfileChange-Member

Microsoft.Office.Server.UserProfiles-Namespace