Set a named property on a container to a specified value. Errors: * None.
(name string, value string)
| 124 | // Errors: |
| 125 | // * None. |
| 126 | SetProperty(name string, value string) error |
| 127 | |
| 128 | // Remove a property with the specified name from a container. |
| 129 | // |
no outgoing calls
no test coverage detected