다음을 통해 공유


MembershipManager.GetGroupList Method

Returns the names of user profile membership groups.

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 MembershipManager
Dim returnValue As StringCollection

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

Return Value

Type: System.Collections.Specialized.StringCollection
A collection of strings containing the group names.

See Also

Reference

MembershipManager Class

MembershipManager Members

Microsoft.Office.Server.UserProfiles Namespace