AuditFailureActionType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The action to take on audit failure.
public enum AuditFailureActionType
type AuditFailureActionType =
Public Enum AuditFailureActionType
- Inheritance
-
AuditFailureActionType
Fields
Name | Value | Description |
---|---|---|
Continue | 0 | Continue. |
Shutdown | 1 | Shutdown the server. |
FailOperation | 2 | Fail the operation. |