Share via


UserProfileConfigManager constructor (ServerContext)

NOTE: This API is now obsolete.

Initializes a new instance of the UserProfileConfigManager class.

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

Syntax

'Declaration
<ObsoleteAttribute("ServerContext parameter is obsolete, use SPServiceContext instead.")> _
Public Sub New ( _
    serverContext As ServerContext _
)
'Usage
Dim serverContext As ServerContext

Dim instance As New UserProfileConfigManager(serverContext)
[ObsoleteAttribute("ServerContext parameter is obsolete, use SPServiceContext instead.")]
public UserProfileConfigManager(
    ServerContext serverContext
)

Parameters

See also

Reference

UserProfileConfigManager class

UserProfileConfigManager members

UserProfileConfigManager overload

Microsoft.Office.Server.UserProfiles namespace