次の方法で共有


SeverityTypes 列挙型

定義

SeverityTypes の値を定義します。

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum SeverityTypes
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type SeverityTypes = 
Public Enum SeverityTypes
継承
SeverityTypes
属性
Newtonsoft.Json.JsonConverterAttribute

フィールド

Deprecated 4
Error 1
Info 2
SevereWarning 3
UserWarning 5
Warning 0

適用対象