Share via


IdentityNotification Class

 

Represents the values for identity notification.

Namespace:   Microsoft.WindowsServerSolutions.Users
Assembly:  UserObjectModel (in UserObjectModel.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsServerSolutions.Users.IdentityNotification

Syntax

public static class IdentityNotification
public ref class IdentityNotification abstract sealed 
Public NotInheritable Class IdentityNotification

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static CATEGORY

Specifies the category of the identity notification.

System_CAPS_pubfieldSystem_CAPS_static USERADDED

Specifies that a user account was added.

System_CAPS_pubfieldSystem_CAPS_static USERINFOUPDATED

Specifies that the information for a user account was updated.

System_CAPS_pubfieldSystem_CAPS_static USERREMOVED

Specifies that a user account was removed.

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.Users Namespace

Return to top