SeverityLevel 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.
Scale of how severe an issue is. Scale from 0 (low) to 3 (critical).
public enum class SeverityLevel
[System.Runtime.Serialization.DataContract(Name="SeverityLevel", Namespace="http://schemas.microsoft.com/xrm/9.0/Contracts")]
public enum SeverityLevel
[<System.Runtime.Serialization.DataContract(Name="SeverityLevel", Namespace="http://schemas.microsoft.com/xrm/9.0/Contracts")>]
type SeverityLevel =
Public Enum SeverityLevel
- Inheritance
-
SeverityLevel
- Attributes
Fields
Name | Value | Description |
---|---|---|
Low | 0 | A low severity issue. |
Medium | 1 | A medium severity issue. |
High | 2 | A high severity issue. |
Critical | 3 | A critical issue. |