AFAdjustment.Attribute Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
The read-only property returns the AFAttribute of the
AFBaseElement being adjusted.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public AFAttribute Attribute { get; }
Public ReadOnly Property Attribute As AFAttribute Get Dim instance As AFAdjustment Dim value As AFAttribute value = instance.Attribute
public: property AFAttribute^ Attribute { AFAttribute^ get (); }
member Attribute : AFAttribute with get
Property Value
Type: AFAttributeThe AFAttribute of the AFBaseElement being adjusted.