AFAnalysisRuleConfiguration.ResolvedOutputs Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
A read-only list of outputs defined.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public IList<AFAnalysisRuleResolvedOutput> ResolvedOutputs { get; }
Public ReadOnly Property ResolvedOutputs As IList(Of AFAnalysisRuleResolvedOutput) Get Dim instance As AFAnalysisRuleConfiguration Dim value As IList(Of AFAnalysisRuleResolvedOutput) value = instance.ResolvedOutputs
public: property IList<AFAnalysisRuleResolvedOutput^>^ ResolvedOutputs { IList<AFAnalysisRuleResolvedOutput^>^ get (); }
member ResolvedOutputs : IList<AFAnalysisRuleResolvedOutput> with get