Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() ![]() |
CATEGORY | Specifies the category of the identity notification. |
![]() ![]() |
USERADDED | Specifies that a user account was added. |
![]() ![]() |
USERINFOUPDATED | Specifies that the information for a user account was updated. |
![]() ![]() |
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