Share via


OrganizationProfileManager.GetOrganizationProfile method

NOTE: This API is now obsolete.

Returns an organization profile with the specified record identifier.

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

Syntax

'Declaration
<ObsoleteAttribute("This class is no longer supported.")> _
Public Function GetOrganizationProfile ( _
    recordId As Long _
) As OrganizationProfile
'Usage
Dim instance As OrganizationProfileManager
Dim recordId As Long
Dim returnValue As OrganizationProfile

returnValue = instance.GetOrganizationProfile(recordId)
[ObsoleteAttribute("This class is no longer supported.")]
public OrganizationProfile GetOrganizationProfile(
    long recordId
)

Parameters

Return value

Type: Microsoft.Office.Server.UserProfiles.OrganizationProfile

See also

Reference

OrganizationProfileManager class

OrganizationProfileManager members

Microsoft.Office.Server.UserProfiles namespace