Compartilhar via


ProfileDetailsControl.Profile property

Obtém ou define o UserProfile será exibido usando o ProfileDetailsControl.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaração
Public Property Profile As UserProfile
    Get
    Set
'Uso
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
UserProfile que serão exibidos usando o ProfileDetailsControl.

Ver também

Referência

ProfileDetailsControl class

ProfileDetailsControl members

Microsoft.SharePoint.Portal.WebControls namespace