ClientConfigurationCollection.

Sections Property

Summary

Gets a collection of section names from the configuration.

Syntax

public IEnumerable<string> Sections { get; }

Value

Type Description
IEnumerable<T>