Click or drag to resize

IV8FastHostObjectOperations.DeleteProperty(IV8FastHostObject, String) Method

Deletes a named property.

Namespace: Microsoft.ClearScript.V8.FastProxy
Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntax
bool DeleteProperty(
	IV8FastHostObject instance,
	string name
)

Parameters

instance  IV8FastHostObject
The object whose property to delete.
name  String
The name of the property to delete.

Return Value

Boolean
True if the property was deleted or does not exist; false if the property exists but is not deletable.
See Also