int Ice::Properties::getPropertyAsIntWithDefault | ( | std::string_view | key, |
int | value ) |
Gets a property as an integer.
key | The property key. |
value | The default value to return if the property does not exist. |
PropertyException | Thrown when the property value is not a valid integer. |