AFVariableMappingData.MappedID Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
Get the specified GUID
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
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