UserProfileConfigManager Constructor (ServerContext)
Initializes a new instance of the UserProfileConfigManager class.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Sub New ( _
serverContext As ServerContext _
)
'Usage
Dim serverContext As ServerContext
Dim instance As New UserProfileConfigManager(serverContext)
public UserProfileConfigManager(
ServerContext serverContext
)
Parameters
- serverContext
Type: Microsoft.Office.Server.ServerContext
Server context associated with the UserProfileConfigManager object.
See Also
Reference
UserProfileConfigManager Class
UserProfileConfigManager Members