Updates the communicator's properties with the given property set.
If an entry in newProperties matches the name of an existing property, that property's value is replaced with the new value. If the new value is the empty string, the property is removed. Existing properties that are not modified or removed by the entries in newProperties are not affected by this update.
- Parameters
-
| newProperties | Properties to add, change, or remove. |