UserProfileConfigManager.ProfilePropertyManager property
Obtém um objeto de ProfilePropertyManager que permite que você gerencie definições de propriedade de perfil.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaração
Public ReadOnly Property ProfilePropertyManager As ProfilePropertyManager
Get
'Uso
Dim instance As UserProfileConfigManager
Dim value As ProfilePropertyManager
value = instance.ProfilePropertyManager
public ProfilePropertyManager ProfilePropertyManager { get; }
Property value
Type: Microsoft.Office.Server.UserProfiles.ProfilePropertyManager
Ver também
Referência
UserProfileConfigManager class