Return the database stream configuration.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet60 (in libdb_dotnet60.dll) Version: 6.0.30.0

Syntax

C#
public DatabaseStreamConfig GetConfig { get; }
Visual Basic (Declaration)
Public ReadOnly Property GetConfig As DatabaseStreamConfig
Visual C++
public:
property DatabaseStreamConfig^ GetConfig {
	DatabaseStreamConfig^ get ();
}

Return Value

Return the database stream configuration.

See Also