ColleagueManager constructor
Initializes a new instance of the ColleagueManager class.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Sub New ( _
userProfile As UserProfile _
)
'Usage
Dim userProfile As UserProfile
Dim instance As New ColleagueManager(userProfile)
public ColleagueManager(
UserProfile userProfile
)
Parameters
userProfile
Type: Microsoft.Office.Server.UserProfiles.UserProfileThe UserProfile object of the colleague.