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 colleague's colleagues.
Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Function GetColleaguesOfColleagues As UserProfile()
'Usage
Dim instance As ColleagueManager
Dim returnValue As UserProfile()
returnValue = instance.GetColleaguesOfColleagues()
public UserProfile[] GetColleaguesOfColleagues()
Return Value
Type: []
An array of UserProfile objects that represents the colleague's colleagues.