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 (in Microsoft.Office.Server.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