AFAdjustment.PreviousValue Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
This property returns the previous value for the attribute before the adjustment was made.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public Object PreviousValue { get; }
Public ReadOnly Property PreviousValue As Object Get Dim instance As AFAdjustment Dim value As Object value = instance.PreviousValue
public: property Object^ PreviousValue { Object^ get (); }
member PreviousValue : Object with get
Property Value
Type: ObjectThe previous value for the attribute before the adjustment was made. This value will be in the attribute's default unit of measure specified by the DefaultUOM property.