AFTimeRule.IsConfigured Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
This method returns if the time rule instance is properly configured.
Namespace: OSIsoft.AF.Time
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public virtual bool IsConfigured { get; }
Public Overridable ReadOnly Property IsConfigured As Boolean Get Dim instance As AFTimeRule Dim value As Boolean value = instance.IsConfigured
public: virtual property bool IsConfigured { bool get (); }
abstract IsConfigured : bool with get override IsConfigured : bool with get
Return Value
Type: BooleanReturns true if it has been properly configured and false otherwise