public int GetConfigurationProperty( string key, int defaultValue )
Public Overloads Function GetConfigurationProperty( _ ByVal key As String, _ ByVal defaultValue As Integer _ ) As Integer
Parameters
- key
- The name of the property
- defaultValue
- The default value to use if the value was not found
Return Value
The property value