Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.