PIPointChangeInfo.ID Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
The ID of the PIPoint that changed.
Namespace: OSIsoft.AF.PI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public int ID { get; set; }
Public Property ID As Integer Get Set Dim instance As PIPointChangeInfo Dim value As Integer value = instance.ID instance.ID = value
public: property int ID { int get (); void set (int value); }
member ID : int with get, set