|    | ServerConfigurationGetValueT Method  | 
 
            Reads the configuration value of the provided key.
            
 
    Namespace: 
   Omada.OE.Model
    Assembly:
   Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic static T GetValue<T>(
	string key,
	T defaultValue
)
Parameters
- key
 - Type: SystemString
 - defaultValue
 - Type: T
 
Type Parameters
- T
 
Return Value
Type: 
T
See Also