Property returns the value of the property with the specified name. Errors: * When the property does not exist on the container.
(name string)
| 118 | // Errors: |
| 119 | // * When the property does not exist on the container. |
| 120 | Property(name string) (string, error) |
| 121 | |
| 122 | // Set a named property on a container to a specified value. |
| 123 | // |
no outgoing calls
no test coverage detected