ProjectIsolationMode 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 isolation mode to use.
public enum class ProjectIsolationMode
public enum ProjectIsolationMode
type ProjectIsolationMode =
Public Enum ProjectIsolationMode
- Inheritance
-
ProjectIsolationMode
Fields
False | 0 | Do not enable isolation. |
MessageUponIsolationViolation | 1 | Enable isolation and log isolation violations as messages. |
True | 2 | Enable isolation and log isolation violations as errors. |