AFPathToken.HasPointID Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public bool HasPointID { get; }
Public ReadOnly Property HasPointID As Boolean Get Dim instance As AFPathToken Dim value As Boolean value = instance.HasPointID
public: property bool HasPointID { bool get (); }
member HasPointID : bool with get