CloudConfigurationManagerGetSetting Method

 

Updated: December 8, 2015

Gets a setting with the given name.

Namespace:   Microsoft.Azure
Assembly:  Microsoft.WindowsAzure.Configuration (in Microsoft.WindowsAzure.Configuration.dll)

public static string GetSetting(
	string name
)

Parameters

name
Type:

Setting name.

Return Value

Type:

Setting value or null if not found.

Return to top
Show: