Interface IConfigurationSection
- Namespace
- Acuit.Pinpoint.Configuration
- Assembly
- Acuit.Pinpoint.Configuration.dll
Represents a section of application configuration values.
public interface IConfigurationSection : IConfiguration
- Inherited Members
- Extension Methods
Properties
Key
Gets the key this section occupies in its parent.
string Key { get; }
Property Value
Path
Gets the full path to this section within the IConfiguration.
string Path { get; }
Property Value
Value
Gets or sets the section value.
string Value { get; set; }