AFVariableMappingData.MappedPath Property
- Last UpdatedSep 18, 2024
- PI System
- AF SDK 2024
- Developer
Get the specified path
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.0.1156
Syntax
public string MappedPath { get; }
Public ReadOnly Property MappedPath As String Get Dim instance As AFVariableMappingData Dim value As String value = instance.MappedPath
public: property String^ MappedPath { String^ get (); }
member MappedPath : string with get