| 
            
              SettingsBaseCreateValue Method
             | 
          
        
        
            Adds a setting to the application's configuration file, if it doesn't already exist.
            
        
        Namespace: GSF.ConfigurationAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.258-beta+f8b6aa3dbfe0b4cc2b0b0760dd5d2a3dd4f59d09
Syntaxfunction CreateValue(name, value);
 View SourceParameters
- name  String
 - Field or property name.
 - value  Object
 - Setting value.
 
Remarks
            Use this function to ensure a setting exists, it will not override an existing value.
            
See Also