AFAnalysisRuleResolvedInput.AttributeList Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This read-only property returns an IListT that this input maps to.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public IList<IAFAttribute> AttributeList { get; }
Public ReadOnly Property AttributeList As IList(Of IAFAttribute) Get Dim instance As AFAnalysisRuleResolvedInput Dim value As IList(Of IAFAttribute) value = instance.AttributeList
public: property IList<IAFAttribute^>^ AttributeList { IList<IAFAttribute^>^ get (); }
member AttributeList : IList<IAFAttribute> with get