PIPointChangeInfo.Action Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
The AFChangeInfoAction that caused the object to be changed.
Namespace: OSIsoft.AF.PI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFChangeInfoAction Action { get; set; }
Public Property Action As AFChangeInfoAction Get Set Dim instance As PIPointChangeInfo Dim value As AFChangeInfoAction value = instance.Action instance.Action = value
public: property AFChangeInfoAction Action { AFChangeInfoAction get (); void set (AFChangeInfoAction value); }
member Action : AFChangeInfoAction with get, set