AFResults.CountOutputsBad Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
Returns the number of outputs with bad status values contained in the collection of results.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public int CountOutputsBad { get; }
Public ReadOnly Property CountOutputsBad As Integer Get Dim instance As AFResults Dim value As Integer value = instance.CountOutputsBad
public: property int CountOutputsBad { int get (); }
member CountOutputsBad : int with get
Property Value
Type: Int32The number of outputs with bad status values contained in the collection of results. This does not include outputs with good status values.