Partilhar via


NotificationLevel Enumeração

Definição

Define valores para 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
Herança
NotificationLevel
Atributos
Newtonsoft.Json.JsonConverterAttribute

Campos

Nome Valor Description
Critical 0
Warning 1
Information 2
NonUrgentSuggestion 3

Aplica-se a