Share via


OrganizationProfile-Klasse

HINWEIS: Diese API ist veraltet.

Stellt eine Organisation dar.

Vererbungshierarchie

System.Object
  Microsoft.Office.Server.UserProfiles.ProfileBase
    Microsoft.Office.Server.UserProfiles.OrganizationProfile

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.Demand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class OrganizationProfile _
    Inherits ProfileBase
'Usage
Dim instance As OrganizationProfile
[ObsoleteAttribute("This class is no longer supported.")]
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class OrganizationProfile : ProfileBase

Hinweise

Die Commit -Methode muss aufgerufen werden, wenn eine Eigenschaft dieser Klasse geändert wird, oder alle Änderungen gehen verloren.

Threadsicherheit

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

Siehe auch

Referenz

OrganizationProfile-Member

Microsoft.Office.Server.UserProfiles-Namespace