IJsObjectPropertyCollectionRemove Method | 
| Name | Description | |
|---|---|---|
| Remove(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.
              | |
| Remove(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.
              |