set_variant
Description:
Sets the value of the configuration setting key to the value value.
If value has a floating reference, the this will take ownership of it. If value is
null, then the setting is unset.
Parameters:
| this |
the Account. |
| key |
the name of the setting to change. |
| value |
a Variant holding the new setting's value. |