protected virtual bool SetEntry(string key, SettingValue value)
Sets the specified key and value to the SettingsCollectionBase.
Parameters
Name | Description |
key | The key of the element to set. |
value | The value of the element to set. |
Return
true if the value was added or changed; otherwise false.