AnomalyType 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.
This enum specifies different severities of anomalies.
public enum class AnomalyType
public enum AnomalyType
type AnomalyType =
Public Enum AnomalyType
- Inheritance
-
AnomalyType
Fields
Name | Value | Description |
---|---|---|
NoAnomaly | 0 | No anomaly |
Warning | 1 | Warning anomaly |
Critical | 2 | Critical anomaly |