IScriptObjectDeleteProperty(String) Method |
Removes a named script object property.
Namespace: Microsoft.ClearScriptAssembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax bool DeleteProperty(
string name
)
Function DeleteProperty (
name As String
) As Boolean
bool DeleteProperty(
String^ name
)
abstract DeleteProperty :
name : string -> bool
Parameters
- name String
- The name of the property to remove.
Return Value
BooleanTrue if the property was removed successfully,
false otherwise.
See Also