Share via


ColleagueManager.GetCommonColleagues method

Gets the colleagues that the user and the colleague have in common or share.

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

Syntax

'Declaration
Public Function GetCommonColleagues As UserProfile()
'Usage
Dim instance As ColleagueManager
Dim returnValue As UserProfile()

returnValue = instance.GetCommonColleagues()
public UserProfile[] GetCommonColleagues()

Return value

Type: []
An array of UserProfile objects that represents the colleagues the user and the colleague have in common or share.

See also

Reference

ColleagueManager class

ColleagueManager members

Microsoft.Office.Server.UserProfiles namespace