ColleagueManager.Item Property (UserProfile)
Gets the Colleague object for the specified user profile.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
userProfile As UserProfile _
) As Colleague
Get
'Usage
Dim instance As ColleagueManager
Dim userProfile As UserProfile
Dim value As Colleague
value = instance(userProfile)
public Colleague this[
UserProfile userProfile
] { get; }
Parameters
- userProfile
Type: Microsoft.Office.Server.UserProfiles.UserProfile
The UserProfile object of the colleague.
Property Value
Type: Microsoft.Office.Server.UserProfiles.Colleague
A Colleague object.