AFSearchUpdateEvent(T).Action Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
The action that triggered this event.
Namespace: OSIsoft.AF.Search
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFSearchUpdateType Action { get; }
Public ReadOnly Property Action As AFSearchUpdateType Get Dim instance As AFSearchUpdateEvent Dim value As AFSearchUpdateType value = instance.Action
public: property AFSearchUpdateType Action { AFSearchUpdateType get (); }
member Action : AFSearchUpdateType with get