Share via


Microsoft.WindowsServerSolutions.Groups Namespace

 

The Microsoft.WindowsServerSolutions.Groups namespace provides a set of APIs for managing user groups.

Classes

Class Description
System_CAPS_pubclass AddGroupRequestCompletedEventArgs

Represents the arguments for the AddGroupRequestCompleted event.

System_CAPS_pubclass GetGroupsRequestCompletedEventArgs

Represents the arguments for the event that is fired during a request to retrieve a collection of groups.

System_CAPS_pubclass Group

Represents a group account.

System_CAPS_pubclass GroupAddedEventArgs

Represents the arguments for the GroupAdded event.

System_CAPS_pubclass GroupDetailInfo

Represents a set of detailed information about a group.

System_CAPS_pubclass GroupException

Represents a group provider error.

System_CAPS_pubclass GroupInfo

Represents a set of information about a group account.

System_CAPS_pubclass GroupManager

Manages user groups.

System_CAPS_pubclass GroupNotification

Represents notification information for a group account.

System_CAPS_pubclass GroupRemovedEventArgs

Represents the arguments for the GroupRemoved event.

System_CAPS_pubclass GroupRequestCompletedEventArgs

Represents the arguments for the GroupRequestCompleted event.

System_CAPS_pubclass GroupReturnClass

Represents the return class for the groups provider.

System_CAPS_pubclass GroupUpdatedEventArgs

Represents the arguments for the GroupUpdated event.

System_CAPS_pubclass RemoveGroupRequestCompletedEventArgs

Represents the arguments for RemoveGroupRequestCompletedCallback.

System_CAPS_pubclass UpdateGroupRequestCompletedEventArgs

Represents the arguments for the UpdateGroupRequestCompleted event.

Enumerations

Enumeration Description
System_CAPS_pubenum GroupErrorCode

Represents the error codes for the group provider.

Return to top