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