Click or drag to resize

IJsObjectPropertyCollection Methods

Methods
  NameDescription
Public methodContains(String)
Checks whether the JavaScript object has a property or function with the specified name.
Public methodContains(UInt32)
Checks whether the JavaScript object has a property with the specified index.
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