ConfigurationManager.IConfigurationBuilder.Properties Propiedad

Definición

Obtiene una colección de clave-valor que se puede usar para compartir datos entre y IConfigurationBuilder los orígenes de configuración registrados.

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

Valor de propiedad

Implementaciones

Se aplica a