The getAutomationProperty(String, IDispatch) method on COMLateBindingObject was (mistakenly) changed in August 2013 to use this.getIDispatch() instead of using the iDispatch referenced passed in. This causes the method to fail if the property being requested does not exist on the current COM object.
The getAutomationProperty(String, IDispatch) method on COMLateBindingObject was (mistakenly) changed in August 2013 to use this.getIDispatch() instead of using the iDispatch referenced passed in. This causes the method to fail if the property being requested does not exist on the current COM object.