Freigeben über


PropertyBaseManager<T>-Klasse

Abstrakte Basisklasse für Klassen, die das Hinzufügen, entfernen, abrufen und Verwalten von Profileigenschaften.

Vererbungshierarchie

System.Object
  Microsoft.Office.Server.UserProfiles.PropertyBaseManager<T>
    Microsoft.Office.Server.UserProfiles.CorePropertyManager
    Microsoft.Office.Server.UserProfiles.ProfileSubtypePropertyManager
    Microsoft.Office.Server.UserProfiles.ProfileTypePropertyManager

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 MustInherit Class PropertyBaseManager(Of T As PropertyBase) _
    Implements IEnumerable(Of T), IEnumerable
'Usage
Dim instance As PropertyBaseManager(Of T)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public abstract class PropertyBaseManager<T> : IEnumerable<T>, 
    IEnumerable
where T : PropertyBase

Typparameter

  • T

Threadsicherheit

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

Siehe auch

Referenz

PropertyBaseManager<T>-Member

Microsoft.Office.Server.UserProfiles-Namespace