Insert a new string value as a child element with the specified name. If a child element with the specified name exists, it will be overwritten.
Name | Type | Mandatory | Description |
|---|---|---|---|
Key | String (Unicode) | Yes | The name of the child element. |
String | String (Unicode) | Yes | The new string to insert. |
Type | Description |
|---|---|
The newly created element |