5[[
"cpp:dll-export:ICE_API"]]
6[[
"cpp:doxygen:include:Ice/Ice.h"]]
9[[
"js:module:@zeroc/ice"]]
11#include "PropertyDict.ice"
13[
"java:identifier:com.zeroc.Ice"]
PropertyDict getPropertiesForPrefix(string prefix)
Gets all properties whose keys begin with prefix.
string getProperty(string key)
Gets a property by key.
void setProperties(PropertyDict newProperties)
Updates the communicator's properties with the given property set.
Provides remote access to the properties of a communicator.
dictionary< string, string > PropertyDict
A simple collection of properties, represented as a dictionary of key/value pairs.