Partager via


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
System_CAPS_pubfieldSystem_CAPS_static CATEGORY

Specifies the category of an identity notification.

System_CAPS_pubfieldSystem_CAPS_static GROUPADDED

Specifies that a group account was added to the groups provider.

System_CAPS_pubfieldSystem_CAPS_static GROUPREMOVED

Specifies that a group account was removed from the groups provider.

System_CAPS_pubfieldSystem_CAPS_static 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