AFAnalysisRuleConfiguration.HasExceptions Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
True if the analysis rule reported any configuration exceptions.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
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