Share via


UserProfile.GetColleagueChanges Method (UserProfileChangeQuery)

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

Syntax

'Declaration
Public Function GetColleagueChanges ( _
    changeQuery As UserProfileChangeQuery _
) As UserProfileChangeDictionary
'Usage
Dim instance As UserProfile
Dim changeQuery As UserProfileChangeQuery
Dim returnValue As UserProfileChangeDictionary

returnValue = instance.GetColleagueChanges(changeQuery)
public UserProfileChangeDictionary GetColleagueChanges(
    UserProfileChangeQuery changeQuery
)

Parameters

Return Value

Type: Microsoft.Office.Server.UserProfiles.UserProfileChangeDictionary

See Also

Reference

UserProfile Class

UserProfile Members

GetColleagueChanges Overload

Microsoft.Office.Server.UserProfiles Namespace