Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.