Share via


InCommonData.Manager property

Gets or sets the common manager that two user profiles share.

Namespace:  WebSvcUserProfileService
Assembly:  UserProfileServices (in UserProfileServices.dll)

Syntax

'Declaration
Public Property Manager As ContactData
    Get
    Set
'Usage
Dim instance As InCommonData
Dim value As ContactData

value = instance.Manager

instance.Manager = value
public ContactData Manager { get; set; }

Property value

Type: WebSvcUserProfileService.ContactData
The common manager that two user profiles share.

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.

See also

Reference

InCommonData class

InCommonData members

WebSvcUserProfileService namespace