次の方法で共有


NotificationLevel 列挙型

定義

NotificationLevel の値を定義します。

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

フィールド

Critical 0
Information 2
NonUrgentSuggestion 3
Warning 1

適用対象