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

◆ getPropertyWithDefault()

std::string Ice::Properties::getPropertyWithDefault ( std::string_view key,
std::string_view value )

Gets a property by key.

Parameters
keyThe property key.
valueThe default value to return if the property is not set.
Returns
The property value or the default value if the property is not set.
See also
setProperty