IConfigurationProvider.Set(String, String) Method

Definition

Sets a configuration value for the specified key.

public:
 void Set(System::String ^ key, System::String ^ value);
public void Set (string key, string value);
public void Set (string key, string? value);
abstract member Set : string * string -> unit
Public Sub Set (key As String, value As String)

Parameters

key
String

The key.

value
String

The value.

Applies to