PIPointChangeInfo.ID Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
The ID of the PIPoint that changed.
Namespace: OSIsoft.AF.PI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
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