7[[
"cpp:dll-export:ICE_API"]]
8[[
"cpp:doxygen:include:Ice/Ice.h"]]
16[[
"objc:dll-export:ICE_API"]]
17[[
"objc:header-dir:objc"]]
19[[
"python:pkgdir:Ice"]]
23#ifndef __SLICE2JAVA_COMPAT__
24[[
"java:package:com.zeroc"]]
The PropertiesAdmin interface provides remote access to the properties of a communicator.
Definition PropertiesAdmin.ice:48
PropertyDict getPropertiesForPrefix(string prefix)
Get all properties whose keys begin with prefix.
string getProperty(string key)
Get a property by key.
void setProperties(PropertyDict newProperties)
Update the communicator's properties with the given property set.
The Ice core library.
Definition BuiltinSequences.ice:27
dictionary< string, string > PropertyDict
A simple collection of properties, represented as a dictionary of key/value pairs.
Definition PropertiesAdmin.ice:39