AFChangeInfo.IsValueUpdate Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
The update associated with this change is a value update.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public bool IsValueUpdate { get; }
Public ReadOnly Property IsValueUpdate As Boolean Get Dim instance As AFChangeInfo Dim value As Boolean value = instance.IsValueUpdate
public: property bool IsValueUpdate { bool get (); }
member IsValueUpdate : bool with get
Property Value
Type: BooleanReturns if the Action is Updated and the update was because of a value change.
Remarks
A value change update is caused by setting the value of an
AFAttribute that is not a configuration item and
does not have a DataReference defined.