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