Compartir a través de


Clase UserProfilePropertyValueChange

Representa un cambio en el valor de la propiedad de perfil de usuario.

Jerarquía de la herencia

System.Object
  Microsoft.Office.Server.UserProfiles.ProfileBaseChange
    Microsoft.Office.Server.UserProfiles.UserProfileChange
      Microsoft.Office.Server.UserProfiles.UserProfilePropertyValueChange
        Microsoft.Office.Server.UserProfiles.UserProfileAnniversaryChange
        Microsoft.Office.Server.UserProfiles.UserProfileMultiValueChange
        Microsoft.Office.Server.UserProfiles.UserProfileSingleValueChange

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

Sintaxis

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

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 UserProfilePropertyValueChange

Espacio de nombres Microsoft.Office.Server.UserProfiles