EventHealthEvaluation.ConsiderWarningAsError Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets Boolean that indicates whether warnings are treated with the same severity as errors. The field is specified in the health policy used to evaluate the entity.
public bool ConsiderWarningAsError { get; }
member this.ConsiderWarningAsError : bool
Public ReadOnly Property ConsiderWarningAsError As Boolean
Property Value
true
if warnings are treated as errors; otherwise, false
.