AFAnalysis.IsConfigured Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
This method returns if the analysis rule instance is properly configured.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public bool IsConfigured { get; }
Public ReadOnly Property IsConfigured As Boolean Get Dim instance As AFAnalysis Dim value As Boolean value = instance.IsConfigured
public: property bool IsConfigured { bool get (); }
member IsConfigured : bool with get
Property Value
Type: BooleanReturns if it has been properly configured and otherwise.