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