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

◆ getIceProperty()

std::string Ice::Properties::getIceProperty ( std::string_view key)

Gets an Ice property by key.

Parameters
keyThe property key.
Returns
The property value, or the default value for this property if the property is not set.
Exceptions
PropertyExceptionThrown when the property is not a known Ice property.
See also
setProperty