Share via


ColleagueManager.GetGroupList method

Gets the list of groups this colleague is under.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Overrides Function GetGroupList As StringCollection
'Usage
Dim instance As ColleagueManager
Dim returnValue As StringCollection

returnValue = instance.GetGroupList()
public override StringCollection GetGroupList()

Return value

Type: System.Collections.Specialized.StringCollection
A list of groups this colleague is under.

See also

Reference

ColleagueManager class

ColleagueManager members

Microsoft.Office.Server.UserProfiles namespace