GroupManager.GetGroups Method ()
Retrieves a collection of Group objects.
Namespace: Microsoft.WindowsServerSolutions.Groups
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public ThreadSafeReadOnlyObservableCollection<Group> GetGroups()
public:
ThreadSafeReadOnlyObservableCollection<Group^>^ GetGroups()
Public Function GetGroups As ThreadSafeReadOnlyObservableCollection(Of Group)
Return Value
Type: Microsoft.WindowsServerSolutions.Common.ProviderFramework.ThreadSafeReadOnlyObservableCollection<Group>
A ThreadSafeReadOnlyObservableCollection<T> object that contains the Group objects.
See Also
GroupManager Class
Microsoft.WindowsServerSolutions.Groups Namespace
Return to top