GroupNotification Class
Represents notification information for a group account.
Namespace: Microsoft.WindowsServerSolutions.Groups
Assembly: UserObjectModel (in UserObjectModel.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServerSolutions.Groups.GroupNotification
Syntax
public static class GroupNotification
public ref class GroupNotification abstract sealed
Public NotInheritable Class GroupNotification
Fields
Name | Description | |
---|---|---|
CATEGORY | Specifies the category of an identity notification. |
|
GROUPADDED | Specifies that a group account was added to the groups provider. |
|
GROUPREMOVED | Specifies that a group account was removed from the groups provider. |
|
GROUPUPDATED | Specifies that a group account was updated. |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.Groups Namespace
Return to top