AFAnalysisRuleConfiguration.HasExceptions Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
True if the analysis rule reported any configuration exceptions.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public bool HasExceptions { get; }
Public ReadOnly Property HasExceptions As Boolean Get Dim instance As AFAnalysisRuleConfiguration Dim value As Boolean value = instance.HasExceptions
public: property bool HasExceptions { bool get (); }
member HasExceptions : bool with get