AFResults.CountOutputs Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Returns the number of outputs contained in the collection of results.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public int CountOutputs { get; }
Public ReadOnly Property CountOutputs As Integer Get Dim instance As AFResults Dim value As Integer value = instance.CountOutputs
public: property int CountOutputs { int get (); }
member CountOutputs : int with get
Property Value
Type: Int32The number of outputs contained in the collection of results. This includes all outputs with both good and bad status values.