Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFCase.Results Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFCase.Results Property
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: AFResults
Collection 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.

Version Information

AFSDK


See Also

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in