AFValues.Attribute Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This property returns the AFAttribute associated with the list of values.
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 AFValues 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 AFValues collection. If the list of values are associated with multiple attributes, then this property will return . Setting this property will set the Attribute property for all items in the list.