Click or drag to resize

IJsObjectPropertyCollectionRemove Method

Overload List
  NameDescription
Public methodRemove(String)
Removes a property with the specified name from the JavaScript object. Once you remove the property, it will not be available in the current JavaScript object anymore.
Public methodRemove(UInt32)
Removes a property with the specified index in the JavaScript object. Once you remove the property, it will not be available in the current JavaScript object anymore.
Top
See Also