AFAnalysisRuleResolvedOutput.Attribute Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
This read-only property returns the IAFAttribute (if any) that this output mapped to.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public IAFAttribute Attribute { get; }
Public ReadOnly Property Attribute As IAFAttribute Get Dim instance As AFAnalysisRuleResolvedOutput Dim value As IAFAttribute value = instance.Attribute
public: property IAFAttribute^ Attribute { IAFAttribute^ get (); }
member Attribute : IAFAttribute with get