다음을 통해 공유


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

적용 대상