CQRS.NET  4.0
A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.

◆ TryGetSetting() [1/2]

virtual bool Cqrs.Configuration.ConfigurationManager.TryGetSetting ( string  key,
out bool  value 
)
virtual

Read the setting named key .

Parameters
keyThe key (or name) of the setting to read.
valueWhen this method returns, the value associated with the specified key, if the key is found; otherwise, the default value for the type of the value parameter. This parameter is passed uninitialized.
Returns
true if the an element with the specified key exists; otherwise, false.

Implements Cqrs.Configuration.IConfigurationManager.