UserProfile.GetChanges Method (UserProfileChangeToken)
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Function GetChanges ( _
changeToken As UserProfileChangeToken _
) As UserProfileChangeCollection
'Usage
Dim instance As UserProfile
Dim changeToken As UserProfileChangeToken
Dim returnValue As UserProfileChangeCollection
returnValue = instance.GetChanges(changeToken)
public UserProfileChangeCollection GetChanges(
UserProfileChangeToken changeToken
)
Parameters
- changeToken
Type: Microsoft.Office.Server.UserProfiles.UserProfileChangeToken
..
Return Value
Type: Microsoft.Office.Server.UserProfiles.UserProfileChangeCollection