Deletes this object's property.

 

   

Syntax
 

[C#]
JSValue DeleteProperty(string name)

Throws Exceptions may throw Exception()

 

   

Params
 
Name Description
name The name of the property.
return Whether the property has been deleted.

 

   

Notes
 

The method deletes this object's property with the specified name.

 

   

Example
 

None.