set_int32


Description:

public bool set_int32 (string name, int32 value) throws Error

Set a int32 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.