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)
Syntax
public static string GetSettingName(
Type type,
string name = null,
string format = null
)
public:
static String^ GetSettingName(
Type^ type,
String^ name = null,
String^ format = null
)
static member GetSettingName :
type:Type *
name:string = null *
format:string = null -> string
Public Shared Function GetSettingName (
type As Type,
name As String,
format As String
) As String
Parameters
type
Type: System.TypeThe type.
name
Type: System.StringThe name of the setting.
format
Type: System.StringThe setting format.
Return Value
Type: System.String
The name of the setting that is associated with the helper.
See Also
ConfigurationHelper Class
Microsoft.WindowsAzure.Common.Internals Namespace
Return to top