DbScout.Services.CommandLineConfiguration.SetConfigValue C# (CSharp) Method

SetConfigValue() public method

public SetConfigValue ( string key, string value ) : void
key string
value string
return void
        public void SetConfigValue(string key, string value)
        {
            // SetConfigValue is not applicable for command line configuration
        }
    }