AFCaseCancelEventArgs.Action Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
Gets an action that specifies what caused the event to be raised.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public AFCaseAction Action { get; }
Public ReadOnly Property Action As AFCaseAction Get Dim instance As AFCaseCancelEventArgs Dim value As AFCaseAction value = instance.Action
public: property AFCaseAction Action { AFCaseAction get (); }
member Action : AFCaseAction with get
Property Value
Type: AFCaseActionOne of the AFCaseAction values.