CQRS.NET  2.2
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.

◆ GetSetting()

string Cqrs.Configuration.IConfigurationManager.GetSetting ( string  key)

Read the setting named key .

Parameters
keyThe key (or name) of the setting to read.

Implemented in Cqrs.Configuration.ConfigurationManager, and Cqrs.Azure.ConfigurationManager.CloudConfigurationManager.