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)
Syntax
public string GetSetting(
string name
)
public:
String^ GetSetting(
String^ name
)
member GetSetting :
name:string -> string
Public Function GetSetting (
name As String
) As String
Parameters
name
Type: System.StringThe name of the setting.
Return Value
Type: System.String
The value of the setting; otherwise, null if not found.
See Also
CloudConfiguration Class
Microsoft.WindowsAzure.Common Namespace
Return to top