Description
Currently the XML config parse cannot set string values on properties of type object.
It is possible to force the parser to do this by explicitly setting the type on the element, e.g. <foo type="System.String" value="test" />.
It would be more natural if this explicit type was not required.