ProfilePropertyLoader.ProfileManager Property
Gets a UserProfileManager object.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public ReadOnly Property ProfileManager As UserProfileManager
Get
'Usage
Dim instance As ProfilePropertyLoader
Dim value As UserProfileManager
value = instance.ProfileManager
public UserProfileManager ProfileManager { get; }
Property Value
Type: Microsoft.Office.Server.UserProfiles.UserProfileManager
The UserProfileManager object.