AFDataReference.IsConfigured Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
This method returns if the DR instance is properly configured.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public virtual bool IsConfigured { get; }
Public Overridable ReadOnly Property IsConfigured As Boolean Get Dim instance As AFDataReference 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.