AFValue.Attribute Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This property returns the AFAttribute associated with the value.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
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.