ProfilePropertyLoader.ProfileLoaded Property
Determines whether a profile is loaded in the PropertyLoader.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public ReadOnly Property ProfileLoaded As UserProfile
Get
'Usage
Dim instance As ProfilePropertyLoader
Dim value As UserProfile
value = instance.ProfileLoaded
public UserProfile ProfileLoaded { get; }
Property Value
Type: Microsoft.Office.Server.UserProfiles.UserProfile
true or false.