In Internet Explorer, the property value constants are exposed as dictionaries corresponding to each property value class name. For example, for the VMRC_ConnectionState variable, a value of VMRC_CS_CONNECTED is represented by the following JavaScript code in Internet Explorer:In Firefox or Chrome, the property value constants directly correspond to the property name. For the VMRC_ConnectionState variable, a value of VMRC_CS_CONNECTED is represented by the following JavaScript code in Firefox or Chrome: