Metric Pass Property C# API
Gets a value that indicates whether the metric passed or failed.

Namespace: Facilita.Fc.Runtime
Assembly: fc_clr (in fc_clr.dll) Version: 9.5.5.77
Syntax

public bool Pass { get; private set; }

Field Value

true if the metric passed; otherwise, false.
See Also