Share via


UserProfileManager.GetChanges Method

Returns changes made to the user profile properties that have been recorded in the change log.

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

Syntax

'Declaration
Public Function GetChanges As UserProfileChangeCollection
'Usage
Dim instance As UserProfileManager
Dim returnValue As UserProfileChangeCollection

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

Return Value

Type: Microsoft.Office.Server.UserProfiles.UserProfileChangeCollection
A UserProfileChangeCollection collection of UserProfileChange objects that represent the changes made to the user profile properties.

See Also

Reference

UserProfileManager Class

UserProfileManager Members

GetChanges Overload

Microsoft.Office.Server.UserProfiles Namespace