UserProfile.GetChanges method

Returns all changes made to this user's data.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Overrides Function GetChanges As UserProfileChangeCollection
'Usage
Dim instance As UserProfile
Dim returnValue As UserProfileChangeCollection

returnValue = instance.GetChanges()
public override UserProfileChangeCollection GetChanges()

Return value

Type: Microsoft.Office.Server.UserProfiles.UserProfileChangeCollection
A collection of objects representing all changes made to the user’s data.

See also

Reference

UserProfile class

UserProfile members

GetChanges overload

Microsoft.Office.Server.UserProfiles namespace