MinimalPerson Constructor
Creates a MinimalPerson object from the specified UserProfile object.
Namespace: Microsoft.Office.Server.ActivityFeed
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Sub New ( _
user As UserProfile _
)
'Usage
Dim user As UserProfile
Dim instance As New MinimalPerson(user)
public MinimalPerson(
UserProfile user
)
Parameters
user
Type: Microsoft.Office.Server.UserProfiles.UserProfileThe UserProfile object to be converted into a MinimalPerson.