Click or drag to resize

ScriptObjectDeleteProperty Method (Int32)

Removes an indexed script object property.

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

Parameters

index
Type: SystemInt32
The index of the property to remove.

Return Value

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