ConfigurationHelper.GetSettingName Method (Type, String, String)
Returns the name of the setting that is associated with the helper.
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
public static string GetSettingName( Type type, string name = null, string format = null )
Parameters
- type
-
Type:
System.Type
The type.
- name
-
Type:
System.String
The name of the setting.
- format
-
Type:
System.String
The setting format.
Show: