AFDataPipeEvent.Action Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
Gets an action that specifies how the data changed.
Namespace: OSIsoft.AF.Data
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
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.