This method of the Dispatch Class accesses a property on an ActiveX Automation object.
This method requires the object to support IDispatchEx. Only IDispatchEx supports case-sensitive name lookups.
public static Variant get_casesensitive(Object pDispatch, String ispName);
Returns the value of the property.
pDispatch | The Java proxy of the ActiveX Automation object. |
dispName | The name of the property that is accessed. |