Microsoft.WindowsServerSolutions.Groups Namespace
The Microsoft.WindowsServerSolutions.Groups namespace provides a set of APIs for managing user groups.
Classes
Class | Description | |
---|---|---|
AddGroupRequestCompletedEventArgs | Represents the arguments for the AddGroupRequestCompleted event. |
|
GetGroupsRequestCompletedEventArgs | Represents the arguments for the event that is fired during a request to retrieve a collection of groups. |
|
Group | Represents a group account. |
|
GroupAddedEventArgs | Represents the arguments for the GroupAdded event. |
|
GroupDetailInfo | Represents a set of detailed information about a group. |
|
GroupException | Represents a group provider error. |
|
GroupInfo | Represents a set of information about a group account. |
|
GroupManager | Manages user groups. |
|
GroupNotification | Represents notification information for a group account. |
|
GroupRemovedEventArgs | Represents the arguments for the GroupRemoved event. |
|
GroupRequestCompletedEventArgs | Represents the arguments for the GroupRequestCompleted event. |
|
GroupReturnClass | Represents the return class for the groups provider. |
|
GroupUpdatedEventArgs | Represents the arguments for the GroupUpdated event. |
|
RemoveGroupRequestCompletedEventArgs | Represents the arguments for RemoveGroupRequestCompletedCallback. |
|
UpdateGroupRequestCompletedEventArgs | Represents the arguments for the UpdateGroupRequestCompleted event. |
Enumerations
Enumeration | Description | |
---|---|---|
GroupErrorCode | Represents the error codes for the group provider. |
Return to top