CorePropertyManager-Klasse
Objekte erstellt und verwaltet CoreProperty .
Vererbungshierarchie
System.Object
Microsoft.Office.Server.UserProfiles.PropertyBaseManager<CoreProperty>
Microsoft.Office.Server.UserProfiles.CorePropertyManager
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public NotInheritable Class CorePropertyManager _
Inherits PropertyBaseManager(Of CoreProperty)
'Usage
Dim instance As CorePropertyManager
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public sealed class CorePropertyManager : PropertyBaseManager<CoreProperty>
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.