AFAnalysisRuleVariableDefinitions.Inputs Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
A collection of input variables used by an AFAnalysisRule.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
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.