Compartir a través de


Clase PropertyBase

Representa la clase abstracta que define los elementos básicos de una propiedad de perfil.

Jerarquía de la herencia

System.Object
  Microsoft.Office.Server.UserProfiles.PropertyBase
    Microsoft.Office.Server.UserProfiles.CoreProperty
    Microsoft.Office.Server.UserProfiles.ProfileSubtypeProperty
    Microsoft.Office.Server.UserProfiles.ProfileTypeProperty

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

Sintaxis

'Declaración
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public MustInherit Class PropertyBase
'Uso
Dim instance As PropertyBase
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public abstract class PropertyBase

Comentarios

Esta es la clase base para CoreProperty, ProfileTypePropertyy ProfileSubtypeProperty.

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 PropertyBase

Espacio de nombres Microsoft.Office.Server.UserProfiles