PolicyMode 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.
Describes if it is in detection mode or prevention mode at policy level.
public enum PolicyMode
type PolicyMode =
Public Enum PolicyMode
- Inheritance
-
PolicyMode
Fields
| Name | Value | Description |
|---|---|---|
| Prevention | 0 | Prevention. |
| Detection | 1 | Detection. |