|   | FormSectionFieldGetSetting Method (String, String) | 
 
            Returns the value of a setting which has datatype 'string'.
            
 
    Namespace: 
   Omada.OE.Model
    Assembly:
   Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic string GetSetting(
	string setting,
	string defaultValue
)
Parameters
- setting
 - Type: SystemString
            Case-insensitive name of the setting for which the value must be returned.
             - defaultValue
 - Type: SystemString
            defaultValue is returned if the setting is not defined of if the value is null.
             
Return Value
Type: 
String
See Also