AFCaseCancelEventArgs.Action Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- 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.1.1.1182
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.