Deletes this object's property.

 

   

Syntax
 

[C#]
JSValue DeleteProperty(string name)
[Visual Basic]
Function DeleteProperty(name As String) As JSValue

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.