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