PeopleRendererWebPartBase.Person Constructor (UserProfile)
Initializes a new instance of the Person class based on the specified UserProfile.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Sub New ( _
user As UserProfile _
)
'Usage
Dim user As UserProfile
Dim instance As New PeopleRendererWebPartBase.Person(user)
public Person(
UserProfile user
)
Parameters
user
Type: Microsoft.Office.Server.UserProfiles.UserProfileThe UserProfile used to set the Person field values.
Remarks
The Group() value is set to null when this constructor is used.
See Also
Reference
PeopleRendererWebPartBase.Person Class
PeopleRendererWebPartBase.Person Members