AFAnalysisRuleResolvedOutput.MappedResolvedPath Property
- Last UpdatedSep 18, 2024
- PI System
- AF SDK 2024
- 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.1.0.1156
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