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