AFAnalysisRuleResolvedOutput.ResolutionFailed Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
This read-only property returns true if output type should resolve to an item but nothing was found.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public bool ResolutionFailed { get; }
Public ReadOnly Property ResolutionFailed As Boolean Get Dim instance As AFAnalysisRuleResolvedOutput Dim value As Boolean value = instance.ResolutionFailed
public: property bool ResolutionFailed { bool get (); }
member ResolutionFailed : bool with get