AFValue.AdditionalInfo Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This property holds additional information associated with the value.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public Object AdditionalInfo { get; set; }
Public Property AdditionalInfo As Object Get Set Dim instance As AFValue Dim value As Object value = instance.AdditionalInfo instance.AdditionalInfo = value
public: property Object^ AdditionalInfo { Object^ get (); void set (Object^ value); }
member AdditionalInfo : Object with get, set
Property Value
Type: ObjectReturns additional information associated with the value. This additional information is set by the AFDataReference that generated the AFValue.
Remarks
The additional information associated with the value is set by the
AFDataReference that generated the value. This information
can be used for later calls to retrieve AFAnnotation
values associated with this AFValue.
| This property will not be persisted or serialized. Therefore, it will not be restored after calling RestoreObject(String, DictionaryString, Object). |