Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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