[ Version ( since = "1.4.0" ) ]
public bool @set (string key, Value value) throws Error
Update the value of key to value.
key needs to already exist in this.
| this |
the action to modify |
| key |
the name of the value to modify |
| value |
the new value of |
|
true if successfully modified, false otherwise |