AFSearchUpdateEvent(T).Action Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
The action that triggered this event.
Namespace: OSIsoft.AF.Search
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
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