Click or drag to resize

ScriptObjectDeleteProperty Method (String)

Removes a named script object property.

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

Parameters

name
Type: SystemString
The name of the property to remove.

Return Value

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