Click or drag to resize

IScriptObject.DeleteProperty(String) Method

Removes a named script object property.

Namespace: Microsoft.ClearScript
Assembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.5.0
Syntax
bool DeleteProperty(
	string name
)

Parameters

name  String
The name of the property to remove.

Return Value

Boolean
True if the property was removed, false otherwise.
See Also