ScriptObjectDeleteProperty Method (Int32) |
Removes an indexed script object property.
Namespace:
Microsoft.ClearScript
Assembly:
ClearScript.Core (in ClearScript.Core.dll) Version: 7.2.4
Syntaxpublic 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
- Type: SystemInt32
The index of the property to remove.
Return Value
Type:
BooleanTrue if the property was removed successfully,
false otherwise.
See Also