Method that batch sets property values in the PropertySet. If a specified name is not existent in the property set a new property with the specified name will be created.
Name | Type | Description |
PropertyNames | String | Input String array that indicates the property names. |
PropertyValues | Variant | Input Variant array that indicates the property values. The sequence of the values are the same as the corresponding PropNames. |