ProfilePropertyLoader.LoadFullProfileOfCurrentUser Property
Gets or sets a value that indicates whether the full profile information about the current user is loaded.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Property LoadFullProfileOfCurrentUser As Boolean
Get
Set
'Usage
Dim instance As ProfilePropertyLoader
Dim value As Boolean
value = instance.LoadFullProfileOfCurrentUser
instance.LoadFullProfileOfCurrentUser = value
public bool LoadFullProfileOfCurrentUser { get; set; }
Property Value
Type: System.Boolean
true if the full profile information about the current user is loaded; otherwise, false. The default is false.