AFResult.Attribute Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
This read-only property returns the attribute of an element, the
value of which is represented by this result.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFAttribute Attribute { get; }
Public ReadOnly Property Attribute As AFAttribute Get Dim instance As AFResult Dim value As AFAttribute value = instance.Attribute
public: property AFAttribute^ Attribute { AFAttribute^ get (); }
member Attribute : AFAttribute with get
Property Value
Type: AFAttributeReturns the attribute of an element, the value of which is represented by this result.