AFValue.Attribute Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
This property returns the AFAttribute associated with the value.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public AFAttribute Attribute { get; set; }
Public Property Attribute As AFAttribute Get Set Dim instance As AFValue Dim value As AFAttribute value = instance.Attribute instance.Attribute = value
public: property AFAttribute^ Attribute { AFAttribute^ get (); void set (AFAttribute^ value); }
member Attribute : AFAttribute with get, set
Property Value
Type: AFAttributeThe AFAttribute associated with this instance of the value. This property will return if this instance of the value is not associated with an AFAttribute. This property can also be set to use the value with the UpdateValues Overload method.