Freigeben über


UserProfile.GetMyDirectReportOrganizations-Methode

HINWEIS: Diese API ist veraltet.

Gibt ein Array von Organisationsprofilen, die Organisationen darstellen, Berichten an diesen Benutzer.

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()

Rückgabewert

Typ: []
Ein Array von Organisation Profile für Organisationen, die an den Benutzer melden.

Siehe auch

Referenz

UserProfile Klasse

UserProfile-Member

Microsoft.Office.Server.UserProfiles-Namespace