AFAnalysisRuleResolvedInput.MappedPath Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
This read-only property returns the path used to resolve the input to an item.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public string MappedPath { get; }
Public ReadOnly Property MappedPath As String Get Dim instance As AFAnalysisRuleResolvedInput Dim value As String value = instance.MappedPath
public: property String^ MappedPath { String^ get (); }
member MappedPath : string with get