Share via


UserProfileChangeQuery.Anniversary property

Gets or sets a value that indicates whether to include anniversary changes.

Namespace:  WebSvcUserProfileChangeService
Assembly:  UserProfileServices (in UserProfileServices.dll)

Syntax

'Declaration
Public Property Anniversary As Boolean
    Get
    Set
'Usage
Dim instance As UserProfileChangeQuery
Dim value As Boolean

value = instance.Anniversary

instance.Anniversary = value
public bool Anniversary { get; set; }

Property value

Type: System.Boolean
true if the anniversary changes are included in the query; otherwise, false.

See also

Reference

UserProfileChangeQuery class

UserProfileChangeQuery members

WebSvcUserProfileChangeService namespace