ClientConfigurationCollection.

GetNamesForSection(string) Method

Summary

Gets a collection of configuration entry names for the given section, or an empty collection if no such section exists.

Syntax

public IEnumerable<string> GetNamesForSection(string sectionName)

Parameters

Name Type Description
sectionName string The name of the section to get configuration entry names for.

Return Value

Type Description
IEnumerable<T> A collection of configuration entry names for the given section.