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.

property System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ Microsoft::Extensions::Configuration::IConfigurationBuilder::Properties { System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ get(); };
System.Collections.Generic.IDictionary<string,object> Microsoft.Extensions.Configuration.IConfigurationBuilder.Properties { get; }
member this.Microsoft.Extensions.Configuration.IConfigurationBuilder.Properties : System.Collections.Generic.IDictionary<string, obj>
 ReadOnly Property Properties As IDictionary(Of String, Object) Implements IConfigurationBuilder.Properties

Property Value

Implements

Applies to