ScriptObject.DeleteProperty(String) Method |
Removes a named script object property.
Namespace: Microsoft.ClearScriptAssembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.5.0
Syntaxpublic abstract bool DeleteProperty(
string name
)
Public MustOverride Function DeleteProperty (
name As String
) As Boolean
public:
virtual bool DeleteProperty(
String^ name
) abstract
abstract DeleteProperty :
name : string -> bool
Parameters
- name String
- The name of the property to remove.
Return Value
BooleanTrue if the property was removed,
false otherwise.
Implements
IScriptObject.DeleteProperty(String)
See Also