AFCase.Results Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
This is a collection of AFResults that keep the result values
for a case run.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public AFResults Results { get; }
Public ReadOnly Property Results As AFResults Get Dim instance As AFCase Dim value As AFResults value = instance.Results
public: property AFResults^ Results { AFResults^ get (); }
member Results : AFResults with get
Property Value
Type: AFResultsCollection of AFResults that keep the result values for a case run.
Remarks
For each attribute which is used as an input and/or output for the case, its
value is stored in this result collection.