Clase UserProfilePropertyValueChange
Representa un cambio en el valor de la propiedad de perfil de usuario.
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)
'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
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.