UserProfileConfigManager class

Manages the user profile configuration.

Inheritance hierarchy

System.Object
  Microsoft.Office.Server.UserProfiles.UserProfileConfigManager

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

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class UserProfileConfigManager
'Usage
Dim instance As UserProfileConfigManager
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class UserProfileConfigManager

Remarks

The UserProfileConfigManager object is the main entry point to access the User Profile Administration object model.

You must use the UserProfileConfigManager object instead of the UserProfileManager object to manage metadata. The metadata access provided by the UserProfileManager object is read-only.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

UserProfileConfigManager members

Microsoft.Office.Server.UserProfiles namespace