PeopleRendererWebPartBase.Person Constructor (Colleague)
Initializes a new instance of the Person class based on the specified Colleague.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Sub New ( _
c As Colleague _
)
'Usage
Dim c As Colleague
Dim instance As New PeopleRendererWebPartBase.Person(c)
public Person(
Colleague c
)
Parameters
c
Type: Microsoft.Office.Server.UserProfiles.ColleagueThe Colleague used to set the Person field values.
See Also
Reference
PeopleRendererWebPartBase.Person Class
PeopleRendererWebPartBase.Person Members