set_value


Description:

[ Version ( deprecated = true , deprecated_since = "1.4" ) ]
public void set_value (string key, Value? value)

Warning: set_value is deprecated since 1.4.

Sets the value of the configuration setting key to the value value.

Note:

Use set_variant instead.

If value is null, then the setting is unset.

Parameters:

this

the AccountService.

key

the name of the setting to change.

value

a Value holding the new setting's value.