BatchSeverity 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.
Severity of the issue.
public enum BatchSeverity
type BatchSeverity =
Public Enum BatchSeverity
- Inheritance
-
BatchSeverity
Fields
| Name | Value | Description |
|---|---|---|
| Warning | 0 | Warning. |
| Error | 1 | Error. |