ScriptObjectDeleteProperty(Int32) Method |
Removes an indexed script object property.
Namespace: Microsoft.ClearScriptAssembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax public abstract bool DeleteProperty(
int index
)
Public MustOverride Function DeleteProperty (
index As Integer
) As Boolean
public:
virtual bool DeleteProperty(
int index
) abstract
abstract DeleteProperty :
index : int -> bool
Parameters
- index Int32
- The index of the property to remove.
Return Value
BooleanTrue if the property was removed successfully,
false otherwise.
Implements
IScriptObjectDeleteProperty(Int32)See Also