AFDataPipeEvent.Action Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
Gets an action that specifies how the data changed.
Namespace: OSIsoft.AF.Data
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFDataPipeAction Action { get; }
Public ReadOnly Property Action As AFDataPipeAction Get Dim instance As AFDataPipeEvent Dim value As AFDataPipeAction value = instance.Action
public: property AFDataPipeAction Action { AFDataPipeAction get (); }
member Action : AFDataPipeAction with get
Property Value
Type: AFDataPipeActionOne of the AFDataPipeAction values.