Colleague.Profile Property
Gets the user profile of this colleague.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public ReadOnly Property Profile As UserProfile
Get
'Usage
Dim instance As Colleague
Dim value As UserProfile
value = instance.Profile
public UserProfile Profile { get; }
Property Value
Type: Microsoft.Office.Server.UserProfiles.UserProfile
A UserProfile object representing the profile of this colleague.