set_variant


Description:

public void set_variant (string key, Variant? value)

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.