Share via


UserProfileConfigManager.ProfilePropertyManager property

Gets a ProfilePropertyManager object that enables you to manage profile property definitions.

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

Syntax

'Declaration
Public ReadOnly Property ProfilePropertyManager As ProfilePropertyManager
    Get
'Usage
Dim instance As UserProfileConfigManager
Dim value As ProfilePropertyManager

value = instance.ProfilePropertyManager
public ProfilePropertyManager ProfilePropertyManager { get; }

Property value

Type: Microsoft.Office.Server.UserProfiles.ProfilePropertyManager

See also

Reference

UserProfileConfigManager class

UserProfileConfigManager members

Microsoft.Office.Server.UserProfiles namespace