Click or drag to resize

ScriptObjectDeleteProperty(Int32) Method

Removes an indexed script object property.

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

Parameters

index  Int32
The index of the property to remove.

Return Value

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

Implements

IScriptObjectDeleteProperty(Int32)
See Also