Deletes this object's property.
[C#] JSValue DeleteProperty(string name) [Visual Basic] Function DeleteProperty(name As String) As JSValue
JSValue DeleteProperty(string name)
Function DeleteProperty(name As String) As JSValue
may throw Exception()
The method deletes this object's property with the specified name.
None.