SPManagedAccount.EventProcessingOptions enumeration
Defines the type of processing events to send.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration EventProcessingOptions
'Usage
Dim instance As SPManagedAccount.EventProcessingOptions
[FlagsAttribute]
public enum EventProcessingOptions
Members
Member name | Description | |
---|---|---|
None | No event is sent. | |
SkipAboutToChange | Skip password change about to happen event. | |
SkipHasChanged | Skip password has changed event. | |
SkipChangeCanceled | Skip password change canceled event. | |
SkipChangeCanceledEmail | Skip password change has been canceled email notification event. | |
AllowResumeChange | Allows password change to resume. If a password change job crashes, this flag enables the password change job to be re-entrant. |