IScriptObjectDeleteProperty(Int32) Method |
Removes an indexed script object property.
Namespace: Microsoft.ClearScriptAssembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax bool DeleteProperty(
int index
)
Function DeleteProperty (
index As Integer
) As Boolean
bool DeleteProperty(
int index
)
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.
See Also