AFAttributeVariables.IsConfigured Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
Returns if attributes for all the required inputs have been set.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public bool IsConfigured { get; }
Public ReadOnly Property IsConfigured As Boolean Get Dim instance As AFAttributeVariables Dim value As Boolean value = instance.IsConfigured
public: property bool IsConfigured { bool get (); }
member IsConfigured : bool with get