Compartilhar via


SingleQueryResult.Severity Propriedade

Definição

Obtém ou define a gravidade da assinatura: 1 – Baixa, 2 – Média, 3 – Alta

[Newtonsoft.Json.JsonProperty(PropertyName="severity")]
public int? Severity { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="severity")>]
member this.Severity : Nullable<int> with get, set
Public Property Severity As Nullable(Of Integer)

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a