SetBoolSetting Method (Settings)
 
            
                In This Topic
            
            Sets the value of a setting. The index under which setting will be written is evaluated automatically. First free index is used. The index starts at 0.
            
            Overload List
| Overload | Description | 
| SetBoolSetting(String,Boolean) | Sets the value of a setting. The index under which setting will be written is evaluated automatically. First free index is used. The index starts at 0.   | 
| SetBoolSetting(String,Boolean,Int32) | Sets the value of a setting. If a setting is made and an index is specified that exceeds the number of values, the corresponding values are created, based on the predefined value. The index starts at 0.   | 
 
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            See Also