AFAnalysisRuleVariableDefinitions.Inputs Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
A collection of input variables used by an AFAnalysisRule.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public IList<AFAnalysisRuleInputDefinition> Inputs { get; }
Public ReadOnly Property Inputs As IList(Of AFAnalysisRuleInputDefinition) Get Dim instance As AFAnalysisRuleVariableDefinitions Dim value As IList(Of AFAnalysisRuleInputDefinition) value = instance.Inputs
public: property IList<AFAnalysisRuleInputDefinition^>^ Inputs { IList<AFAnalysisRuleInputDefinition^>^ get (); }
member Inputs : IList<AFAnalysisRuleInputDefinition> with get
Property Value
Type: IListAFAnalysisRuleInputDefinition
Remarks
Implementers of AFAnalysisRule should populate this collection in their
AFAnalysisRule.Initialize(AFAnalysisRuleConfiguration) override method.