PrivacyItemManagerBase<T>.GetGroupList method
Gets a StringCollection containing a list of all the existing item groups.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Overridable Function GetGroupList As StringCollection
'Usage
Dim instance As PrivacyItemManagerBase
Dim returnValue As StringCollection
returnValue = instance.GetGroupList()
public virtual StringCollection GetGroupList()
Return value
Type: System.Collections.Specialized.StringCollection
See also
Reference
PrivacyItemManagerBase<T> class