public canSetParameter(name as String, value as Object) as Boolean
Indicates whether a parameter can be set to a value.
True when accepted.
print(config.canSetParameter("comments", true))