Share via


Colleague.Profile property

Gets the user profile of this colleague.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.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.

See also

Reference

Colleague class

Colleague members

Microsoft.Office.Server.UserProfiles namespace