set_bool


Description:

public bool set_bool (string name, bool value) throws Error

Set a boolean value.

Parameters:

this

a Config.

name

the name of the configuration value.

value

the new value.

Returns:

true if the value was successfully set, false otherwise.