public SetPropertyValue ( object key, object value, bool throwOnError ) : void | ||
key | object | The property key of the property to set. |
value | object | The value to set the property to. This must be a javascript
/// primitive (double, string, etc) or a class derived from |
throwOnError | bool | |
리턴 | void |