ConfigurationHelper.GetSettingName Method (Type, String, String)

 

Returns the name of the setting that is associated with the helper.

Namespace:   Microsoft.WindowsAzure.Common.Internals
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.

Return Value

Type: System.String

The name of the setting that is associated with the helper.

Return to top
Show: