Sets this object's property.

 

   

Syntax
 

[C#]
void SetProperty(string name, JSValue v)
[Visual Basic]
Sub SetProperty(name As String, v As JSValue)

Throws Exceptions may throw Exception()

 

   

Params
 
Name Description
name The name of the property.
v A new value of the property.

 

   

Notes
 

The method sets the property with the specified name to the new value.

 

   

Example
 

None.