Share via


OrganizationProfileManager constructor (SPServiceContext)

NOTE: This API is now obsolete.

Initializes a new instance of the OrganizationProfileManager class using the specified service context.

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 Sub New ( _
    serviceContext As SPServiceContext _
)
'Usage
Dim serviceContext As SPServiceContext

Dim instance As New OrganizationProfileManager(serviceContext)
[ObsoleteAttribute("This class is no longer supported.")]
public OrganizationProfileManager(
    SPServiceContext serviceContext
)

Parameters

See also

Reference

OrganizationProfileManager class

OrganizationProfileManager members

OrganizationProfileManager overload

Microsoft.Office.Server.UserProfiles namespace