AFChangeInfoAction Enumeration
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
The action that caused a object to be changed.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public enum AFChangeInfoAction
Public Enumeration AFChangeInfoAction Dim instance As AFChangeInfoAction
public enum class AFChangeInfoAction
type AFChangeInfoAction
Members
| Member name | Value | Description | |
|---|---|---|---|
| Unchanged | 255 | The object was not changed. | |
| Added | 1 | The object was added. | |
| Removed | 0 | The object was removed. | |
| Updated | 2 | The object was updated. |
Remarks
This enumeration is used in the AFChangeInfo structure to indicate
the action that caused the represented object to be changed in the server.