UserProfile.GetMyOrganizations-Methode
HINWEIS: Diese API ist veraltet.
Gibt ein Array von Organisationsprofilen, zu denen dieser Benutzer direkt gehört, Organisationen darstellen.
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 GetMyOrganizations As OrganizationProfile()
'Usage
Dim instance As UserProfile
Dim returnValue As OrganizationProfile()
returnValue = instance.GetMyOrganizations()
[ObsoleteAttribute("This method is no longer supported.")]
public OrganizationProfile[] GetMyOrganizations()
Rückgabewert
Typ: []
Ein Array von Organisationsprofilen, zu denen dieser Benutzer direkt gehört, Organisationen darstellen.
Hinweise
Wenn die Methode einen ein Nullverweis (Nothing in Visual Basic) -Wert zurückgibt, ist der Benutzer kein Mitglied einer Organisation.