Share via


EventHealthEvaluation.ConsiderWarningAsError Property

 

Applies To: Azure, Windows 10, Windows 8, Windows 8.1, Windows Server 2012 R2

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.

Namespace:   System.Fabric.Health
Assembly:  System.Fabric (in System.Fabric.dll)

Syntax

public bool ConsiderWarningAsError { get; internal set; }

Property Value

Type: System.Boolean

true if warnings are treated as errors; otherwise, false.

See Also

EventHealthEvaluation Class
System.Fabric.Health Namespace

Return to top