Click or drag to resize

ScriptObjectDeleteProperty(String) Method

Removes a named script object property.

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

Parameters

name  String
The name of the property to remove.

Return Value

Boolean
True if the property was removed successfully, false otherwise.

Implements

IScriptObjectDeleteProperty(String)
See Also