Sdílet prostřednictvím


NotificationLevel Výčet

Definice

Definuje hodnoty pro 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
Dědičnost
NotificationLevel
Atributy
Newtonsoft.Json.JsonConverterAttribute

Pole

Name Hodnota Description
Critical 0
Warning 1
Information 2
NonUrgentSuggestion 3

Platí pro