AFDataPipeEvent.Value Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
The AFValue associated with the data change event.
Namespace: OSIsoft.AF.Data
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFValue Value { get; }
Public ReadOnly Property Value As AFValue Get Dim instance As AFDataPipeEvent Dim value As AFValue value = instance.Value
public: property AFValue^ Value { AFValue^ get (); }
member Value : AFValue with get
Property Value
Type: AFValueReturns the AFValue associated with the data change event. If , then no value is associated with the event.