InCommonData.Colleagues Property
Gets or sets the common colleagues data that two user profiles share.
Namespace: [UserProfileService Web service]
Web service reference: http://Site/_vti_bin/UserProfileService.asmx
Syntax
'Declaration
Public Property Colleagues As ContactData()
Get
Set
'Usage
Dim instance As InCommonData
Dim value As ContactData()
value = instance.Colleagues
instance.Colleagues = value
public ContactData[] Colleagues { get; set; }
Property Value
Type: []
The common colleagues data that two user profiles share.
Remarks
For more information about colleague data and contact data, see Colleagues Overview. For a code example about how to use the User Profile Web service to find the common manager, common memberships, and common contacts in user profiles, see How to: Use the Web Service to Find What's Common Between Two User Profiles.