Function JSObject.deleteProperty
Deletes a property from this Object.
bool deleteProperty
(
string key
);
Returns
Whether the property was successfully deleted.
Deletes a property from this Object.
bool deleteProperty
(
string key
);
Whether the property was successfully deleted.