AFAnalysisRuleResolvedInput.ResolutionFailed Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
This read-only property returns true if the input type expects to resolve to an item but nothing was resolved.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public bool ResolutionFailed { get; }
Public ReadOnly Property ResolutionFailed As Boolean Get Dim instance As AFAnalysisRuleResolvedInput Dim value As Boolean value = instance.ResolutionFailed
public: property bool ResolutionFailed { bool get (); }
member ResolutionFailed : bool with get