AFDatabases.ConfigurationDatabase Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
This read-only property returns an AFDatabase object that represents the
configuration database used to store application configuration information.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public AFDatabase ConfigurationDatabase { get; }
Public ReadOnly Property ConfigurationDatabase As AFDatabase Get Dim instance As AFDatabases Dim value As AFDatabase value = instance.ConfigurationDatabase
public: property AFDatabase^ ConfigurationDatabase { AFDatabase^ get (); }
member ConfigurationDatabase : AFDatabase with get
Property Value
Type: AFDatabaseThe AFDatabase object that represents the configuration database used to store application configuration information.
Remarks
This property returns the configuration AFDatabase. This database,
typically named Configuration, is used by internal applications to store configuration
information. Each application should create a root AFElement to store
all its configurations.