Sets this object's property.
[C#] void SetProperty(string name, JSValue v)
void SetProperty(string name, JSValue v)
may throw Exception()
The method sets the property with the specified name to the new value.
None.