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