Implemented interface member:
property
Value
Microsoft.Extensions.Configuration.IConfigurationSection.Value
3 references to Value
Microsoft.Extensions.Configuration (3)
ConfigurationSection.cs (3)
111
if (
Value
is not null)
113
s += $", Value = {
Value
}";
136
public string? Value => _current.
Value
;