Share via


ApplicationHealthPolicy.ConsiderWarningAsError Property

Definition

Gets or sets indicates whether warnings are treated with the same severity as errors.

[Newtonsoft.Json.JsonProperty(PropertyName="considerWarningAsError")]
public bool ConsiderWarningAsError { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="considerWarningAsError")>]
member this.ConsiderWarningAsError : bool with get, set
Public Property ConsiderWarningAsError As Boolean

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to