Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFDatabases.ConfigurationDatabase Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFDatabases.ConfigurationDatabase Property
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: AFDatabase
The 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.

Version Information

AFSDK


See Also

In This Topic
TitleResults for “How to create a CRG?”Also Available in