AFPathToken.PointID Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public int PointID { get; }
Public ReadOnly Property PointID As Integer Get Dim instance As AFPathToken Dim value As Integer value = instance.PointID
public: property int PointID { int get (); }
member PointID : int with get