UserProfileAnniversaryChange Members
Include Protected Members
Include Inherited Members
Represents the anniversary of a user's date property, such as their birthday. The event is fires once per year.
The UserProfileAnniversaryChange type exposes the following members.
Properties
Name | Description | |
---|---|---|
AccountName | (Inherited from UserProfileChange.) | |
Anniversary | Gets the DateTime object of the anniversary. | |
ChangedProfile | Gets the profile whose data has changed. (Inherited from ProfileBaseChange.) | |
ChangedUser | Obsolete. (Inherited from UserProfileChange.) | |
ChangeType | Gets the type of change that was made to the profile. (Inherited from ProfileBaseChange.) | |
EventTime | Gets the UTC time when the change occurred. (Inherited from ProfileBaseChange.) | |
Id | Gets the event identifier associated with the change. (Inherited from ProfileBaseChange.) | |
NewValueInternal | (Inherited from UserProfilePropertyValueChange.) | |
NewValueProfile | Gets the user profile corresponding to the new value. (Inherited from UserProfilePropertyValueChange.) | |
NewValueTerm | Returns the taxonomy term object that represents the new value. Returns a null reference (Nothing in Visual Basic) if the new value is not a taxonomy term. (Inherited from UserProfilePropertyValueChange.) | |
ObjectType | Gets the type of object on which the change was made. (Inherited from ProfileBaseChange.) | |
PrivacyPolicy | Gets the privacy policy, if any, used by the type of object that was changed. (Inherited from ProfileBaseChange.) | |
ProfileProperty | Gets the user profile property. (Inherited from UserProfilePropertyValueChange.) | |
SecondaryValue | (Inherited from UserProfilePropertyValueChange.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetNewValue | (Inherited from UserProfilePropertyValueChange.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top