ICloudConfigurationProvider.GetSetting Method (String)
Gets the provider setting.
Namespace: Microsoft.WindowsAzure.Common.Platform
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
string GetSetting(
string name
)
String^ GetSetting(
String^ name
)
abstract GetSetting :
name:string -> string
Function GetSetting (
name As String
) As String
Parameters
name
Type: System.StringThe setting name.
Return Value
Type: System.String
The provider setting.
See Also
ICloudConfigurationProvider Interface
Microsoft.WindowsAzure.Common.Platform Namespace
Return to top