WebHostConfigProvider.GetEnvironmentVariable Method (String)

 

Retrieves the value of an environment variable from the current process in a mockable manner.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Config
Assembly:  Microsoft.WindowsAzure.Mobile.Service.WebHost (in Microsoft.WindowsAzure.Mobile.Service.WebHost.dll)

Protected Overridable Function GetEnvironmentVariable (
	variable As String
) As String

Parameters

variable
Type: System.String

The name of the environment variable.

Return Value

Type: System.String

The value of the environment variable specified by variable, or null if the environment variable is not found.

Return to top
Show: