CloudConfiguration.GetSetting Method (String)

 

Gets the value of a configuration setting from a platform-specific configuration source.

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

Public Function GetSetting (
	name As String
) As String

Parameters

name
Type: System.String

The name of the setting.

Return Value

Type: System.String

The value of the setting; otherwise, null if not found.

Return to top
Show: