AFDatabases.ConfigurationDatabase Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- 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.1.1.1182
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.