Compartir a través de


Clase UserProfileAnniversaryChange

Representa el aniversario de la propiedad de fecha de un usuario, como su cumpleaños. El evento es que se activa una vez al año.

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

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 Class UserProfileAnniversaryChange _
    Inherits UserProfilePropertyValueChange
'Uso
Dim instance As UserProfileAnniversaryChange
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class UserProfileAnniversaryChange : UserProfilePropertyValueChange

Comentarios

Microsoft Office SharePoint Server 2007 trata todos los campos en el perfil de usuario, como son los aniversarios. Cuando una fecha en el perfil del usuario coincide con la fecha actual (basada en la hora del servidor), Office SharePoint Server 2007 crea un nuevo evento de aniversario.

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 UserProfileAnniversaryChange

Espacio de nombres Microsoft.Office.Server.UserProfiles