Compartir a través de


NotificationLevel Enumeración

Definición

Define los valores de 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
Herencia
NotificationLevel
Atributos
Newtonsoft.Json.JsonConverterAttribute

Campos

Critical 0
Information 2
NonUrgentSuggestion 3
Warning 1

Se aplica a