IConfiguration.Item[String] Property

Definition

Gets or sets the value associated with the specified key.

public string? this[string key] { get; }
member this.Item(string) : string
Default Public ReadOnly Property Item(key As String) As String

Parameters

key
String

The key of the value to get or set.

Property Value

The value associated with the specified key.

Applies to