AFAnalysisRuleConfiguration.IsValid Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
Returns true if the analysis rule can be run
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
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