IHostConfigurationSettings.SetSetting(String, Object, String[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the configuration setting.
public void SetSetting (string settingName, object settingValue, params string[] indexes);
abstract member SetSetting : string * obj * string[] -> unit
Public Sub SetSetting (settingName As String, settingValue As Object, ParamArray indexes As String())
Parameters
- settingName
- String
The name of the setting.
- settingValue
- Object
The setting value.
- indexes
- String[]
An array of indexes.