UserProfileChangeData Members
Include Protected Members
Include Inherited Members
Contains the data about a user profile change.
The UserProfileChangeData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
UserProfileChangeData | Initializes a new instance of the UserProfileChangeData class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
ChangeType | Gets or sets the type of change made to the user profile data. |
![]() |
EventTime | Gets or sets the Coordinated Universal Time (UTC) time when the user profile change occurred. |
![]() |
Id | Gets or sets the event unique identifier (ID) associated with the user profile change. |
![]() |
ObjectType | Gets or sets the type of object changed in the user profile data. |
![]() |
PolicyId | Gets or sets the GUID of the user profile privacy policy associated with the change. |
![]() |
PropertyName | Gets or sets the name of the user profile property to which the change was made. |
![]() |
UserAccountName | Gets or sets the URL of the personal site of the user. |
![]() |
UserRemotePersonalSiteHostUrl | Gets or sets the account name of the user profile to which the change was made. |
![]() |
Value | Gets or sets the value of the user profile change. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top