AFAnalysisRuleResolvedOutput.MappedResolvedPath Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
This read-only property returns the resolved path of a resolved output
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public string MappedResolvedPath { get; }
Public ReadOnly Property MappedResolvedPath As String Get Dim instance As AFAnalysisRuleResolvedOutput Dim value As String value = instance.MappedResolvedPath
public: property String^ MappedResolvedPath { String^ get (); }
member MappedResolvedPath : string with get