IdentityControl.Profile Property
Gets the UserProfile of the current owner of the Page, or if that information is not available, the current owner of the SPWeb to which the IdentityControl belongs.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public ReadOnly Property Profile As UserProfile
Get
'Usage
Dim instance As IdentityControl
Dim value As UserProfile
value = instance.Profile
public UserProfile Profile { get; }
Property Value
Type: Microsoft.Office.Server.UserProfiles.UserProfile
The object that represents a user profile for a person in the user profile database.