C-DEngine 5.105

TheServiceHostInfo..::..AllowEnvironmentVarsToOverrideConfig Property

If true, the C-DEngine environment variables will take precedence over settings specified via command line or app.config ///

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public bool AllowEnvironmentVarsToOverrideConfig { get; set; }
Public Property AllowEnvironmentVarsToOverrideConfig As Boolean
	Get
	Set
public:
property bool^ AllowEnvironmentVarsToOverrideConfig {
	bool^ get ();
	void set (bool^ value);
}