Share via


UserProfileConfigManager class

Gerencia a configuração de perfil de usuário.

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

'Declaração
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class UserProfileConfigManager
'Uso
Dim instance As UserProfileConfigManager
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class UserProfileConfigManager

Comentários

O objeto UserProfileConfigManager é o ponto de entrada principal para acessar o modelo de objeto de administração de perfil de usuário.

Você deve usar o objeto UserProfileConfigManager em vez do objeto UserProfileManager para gerenciar metadados. O acesso a metadados fornecido pelo objeto UserProfileManager é somente leitura.

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.

Ver também

Referência

UserProfileConfigManager members

Microsoft.Office.Server.UserProfiles namespace