Share via


CloudConfigurationManager.GetSetting Method (String)

 

Gets a setting with the given name.

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

Syntax

public static string GetSetting(
    string name
)

Parameters

Return Value

Type: System.String

Setting value or null if not found.

See Also

CloudConfigurationManager Class
Microsoft.Azure Namespace

Return to top