Table of Contents

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

string

Path

Gets the full path to this section within the IConfiguration.

string Path { get; }

Property Value

string

Value

Gets or sets the section value.

string Value { get; set; }

Property Value

string