SetStringSetting 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 |
SetStringSetting(String,String) | 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. |
SetStringSetting(String,String,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