ConfigurationManager.IConfigurationBuilder.Properties Property

Definition

Gets a key-value collection that can be used to share data between the IConfigurationBuilder and the registered configuration sources.

C#
System.Collections.Generic.IDictionary<string,object> Microsoft.Extensions.Configuration.IConfigurationBuilder.Properties { get; }

Property Value

Implements

Applies to

Product Versions
.NET 8 (package-provided), 9 (package-provided)
.NET Framework 4.7 (package-provided), 4.7.1 (package-provided), 4.7.2 (package-provided), 4.8 (package-provided)
.NET Standard 2.0 (package-provided)