Share via


IConfigurationAccessor.GetRequestedSectionNames Method

Gets the section names for the requested configuration.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Manageability
Assembly:  Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll)

Syntax

'Declaration
Function GetRequestedSectionNames As IEnumerable(Of String)
IEnumerable<string> GetRequestedSectionNames()
IEnumerable<String^>^ GetRequestedSectionNames()
function GetRequestedSectionNames() : IEnumerable<String>

Return Value

A collection of configuration names.

See Also

IConfigurationAccessor Interface

Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Manageability Namespace