PIIdentityMapping.ID Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
This read-only property provides a unique identifier for the PIIdentityMapping on the PIServer.
Namespace: OSIsoft.AF.PI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public long ID { get; }
Public ReadOnly Property ID As Long Get Dim instance As PIIdentityMapping Dim value As Long value = instance.ID
public: property long long ID { long long get (); }
member ID : int64 with get
Property Value
Type: Int64The ID that identifies the PIIdentityMapping on the PIServer.