Compartir a través de


Clase PropertyBaseManager<T>

Clase base abstracta para las clases que agregar, quitar, recuperar y administrar las propiedades de perfil.

Jerarquía de la herencia

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

Espacio de nombres:  Microsoft.Office.Server.UserProfiles
Ensamblado:  Microsoft.Office.Server.UserProfiles (en Microsoft.Office.Server.UserProfiles.dll)

Sintaxis

'Declaración
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public MustInherit Class PropertyBaseManager(Of T As PropertyBase) _
    Implements IEnumerable(Of T), IEnumerable
'Uso
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

Parámetros de tipo

  • T

Seguridad para subprocesos

Los miembros static (Shared en Visual Basic) públicos de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancias sean seguros para los subprocesos.

Vea también

Referencia

Miembros PropertyBaseManager<T>

Espacio de nombres Microsoft.Office.Server.UserProfiles