UserProfile.GetMyDirectReportOrganizations method

NOTE: This API is now obsolete.

Returns an array of organization profiles representing organizations that report to this user.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
<ObsoleteAttribute("This method is no longer supported.")> _
Public Function GetMyDirectReportOrganizations As OrganizationProfile()
'Usage
Dim instance As UserProfile
Dim returnValue As OrganizationProfile()

returnValue = instance.GetMyDirectReportOrganizations()
[ObsoleteAttribute("This method is no longer supported.")]
public OrganizationProfile[] GetMyDirectReportOrganizations()

Return value

Type: []
An array of organization profiles representing organizations that report to this user.

See also

Reference

UserProfile class

UserProfile members

Microsoft.Office.Server.UserProfiles namespace