AFCase.Results Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- 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.1.1.1182
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.