Summary
    Gets an environment variable.
    
		- Namespace
- Cake.Core 
- Containing Type
- ICakeEnvironment
Syntax
string GetEnvironmentVariable(string variable)Parameters
| Name | Type | Description | 
|---|---|---|
| variable | string | The variable. | 
Return Value
| Type | Description | 
|---|---|
| string | The value of the environment variable. | 
