共用方式為


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

適用於