@set


Description:

[ 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.

Parameters:

this

the action to modify

key

the name of the value to modify

value

the new value of key

Returns:

true if successfully modified, false otherwise