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 or sets the common manager that two user profiles share.
Namespace: [UserProfileService Web service]
Web service reference: http://Site/_vti_bin/UserProfileService.asmx
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: [UserProfileService Web service].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.