UserProfileManager.GetChanges Method (UserProfileChangeQuery)
Returns changes defined by the specified change query that have been made to the user profile properties and recorded in the change log.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Function GetChanges ( _
changeQuery As UserProfileChangeQuery _
) As UserProfileChangeCollection
'Usage
Dim instance As UserProfileManager
Dim changeQuery As UserProfileChangeQuery
Dim returnValue As UserProfileChangeCollection
returnValue = instance.GetChanges(changeQuery)
public UserProfileChangeCollection GetChanges(
UserProfileChangeQuery changeQuery
)
Parameters
- changeQuery
Type: Microsoft.Office.Server.UserProfiles.UserProfileChangeQuery
A UserProfileChangeQuery object that represents the change query.
Return Value
Type: Microsoft.Office.Server.UserProfiles.UserProfileChangeCollection