When using multiple property files that define the same properties, the values in the property file listed last will override those listed earlier. This is because properties are read from the last listed file first and this overrides any same-named properties from earlier files. The document demonstrates configuring Mule to read properties from two files, and shows that reversing the file order changes which property values are used.