AFAnalysisRuleResolvedInput.AttributeList Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- 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.2.0.7
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