ProfileDetailsControl.Profile Property
Gets or sets the UserProfile that will be shown using the ProfileDetailsControl.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Property Profile As UserProfile
Get
Set
'Usage
Dim instance As ProfileDetailsControl
Dim value As UserProfile
value = instance.Profile
instance.Profile = value
public UserProfile Profile { get; set; }
Property Value
Type: Microsoft.Office.Server.UserProfiles.UserProfile
The UserProfile that will be shown using the ProfileDetailsControl.