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