int getSystemPropertyAsInt (String propertyKey, int defaultValue)int getSystemPropertyAsInt (String propertyKey, int defaultValue)| Name | Type | Description |
|---|---|---|
propertyKey | String | The property key to set a new value for. |
defaultValue | int | The value to return if the requested value is not present. |
| Type | Description |
|---|---|
int | The requested System property value as an int. |