Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ getProperty()

virtual std::string Ice::PropertiesAdmin::getProperty ( std::string key,
const Ice::Current & current )
pure virtual

Gets a property by key.

Parameters
keyThe property key.
currentThe Current object of the incoming request.
Returns
The property value. This value is empty if the property is not set.

Implemented in Ice::NativePropertiesAdmin.