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

◆ getProperty()

std::string Ice::NativePropertiesAdmin::getProperty ( std::string key,
const Current & current )
finalvirtual

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.

Implements Ice::PropertiesAdmin.