WebHostConfigProvider.GetEnvironmentVariable Method (String)
Retrieves the value of an environment variable from the current process in a mockable manner.
Assembly: Microsoft.WindowsAzure.Mobile.Service.WebHost (in Microsoft.WindowsAzure.Mobile.Service.WebHost.dll)
Parameters
- variable
-
Type:
System.String
The name of the environment variable.
Return Value
Type: System.StringThe value of the environment variable specified by variable, or null if the environment variable is not found.
Show: