set_value
Description:
[ Deprecated ( replacement = "set_variant" , since = "1.4" ) ]
public void set_value (string key, Value? value)
public void set_value (string key, Value? value)
Warning: set_value is deprecated. Use set_variant.
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. |