RoleManager.GetConfigurationSetting Method

Returns the value of the named configuration setting from the service configuration file.

Namespace: Microsoft.ServiceHosting.ServiceRuntime
Assembly: Microsoft.ServiceHosting.ServiceRuntime (in microsoft.servicehosting.serviceruntime.dll)

Usage

    Dim roleSettingName As String
Dim returnValue As String

returnValue = RoleManager.GetConfigurationSetting(roleSettingName)

Syntax

'Declaration
Public Shared Function GetConfigurationSetting ( _
    roleSettingName As String _
) As String
public static string GetConfigurationSetting (
    string roleSettingName
)
public:
static String^ GetConfigurationSetting (
    String^ roleSettingName
)
public static String GetConfigurationSetting (
    String roleSettingName
)
public static function GetConfigurationSetting (
    roleSettingName : String
) : String

Parameters

  • roleSettingName
    The name of the configuration setting to retrieve.

Return Value

A string containing the value of the configuration setting.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

RoleManager Class
RoleManager Members
Microsoft.ServiceHosting.ServiceRuntime Namespace