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)
Assembly: Microsoft.ServiceHosting.ServiceRuntime (in microsoft.servicehosting.serviceruntime.dll)
Dim roleSettingName As String Dim returnValue As String returnValue = RoleManager.GetConfigurationSetting(roleSettingName)
Parameters
- roleSettingName
The name of the configuration setting to retrieve.
Return Value
A string containing the value of the configuration setting.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.