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

◆ getIcePropertyAsInt()

int Ice::Properties::getIcePropertyAsInt ( std::string_view key)

Gets an Ice property as an integer.

Parameters
keyThe property key.
Returns
The property value interpreted as an integer, or the default value if the property is not set.
Exceptions
PropertyExceptionThrown when the property is not a known Ice property or the value is not a valid integer.
See also
setProperty