CloudConfigurationManagerGetSetting Method
Updated: December 8, 2015
Gets a setting with the given name.
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.
Show: