InCommonData Class

Represents the colleagues, memberships, and manager data in common between two user profiles.

Inheritance Hierarchy

System.Object
  [UserProfileService Web service].InCommonData

Namespace:  [UserProfileService Web service]
Web service reference: http://Site/_vti_bin/UserProfileService.asmx

Syntax

'Declaration
<SerializableAttribute> _
Public Class InCommonData
'Usage
Dim instance As InCommonData
[SerializableAttribute]
public class InCommonData

Remarks

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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

InCommonData Members

UserProfileService Web Service