AFPathToken.ID Property
- Last UpdatedSep 18, 2024
- PI System
- AF SDK 2024
- Developer
The unique identifier for the desired object.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.0.1156
Syntax
public Guid ID { get; }
Public ReadOnly Property ID As Guid Get Dim instance As AFPathToken Dim value As Guid value = instance.ID
public: property Guid ID { Guid get (); }
member ID : Guid with get