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