ConfigurationHelper.LookupSetting Method (IEnumerable(Of Func(Of String, String)), String)

 

Checks the configuration setting.

Namespace:   Microsoft.WindowsAzure.Common.Internals
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

Public Shared Function LookupSetting (
	configurationSources As IEnumerable(Of Func(Of String, String)),
	name As String
) As String

Parameters

configurationSources
Type: System.Collections.Generic.IEnumerable(Of Func(Of String, String))

The configuration sources.

name
Type: System.String

The setting name.

Return Value

Type: System.String

The configuration setting.

Return to top
Show: