Summary
Gets or sets the environment variables.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Tasks - Containing Type
- SetEnvTask
Syntax
[BuildElementArray("variable", ElementType = typeof(EnvironmentVariable))]
public EnvironmentVariableCollection EnvironmentVariables { get; set; }
Attributes
| Type | Description |
|---|---|
| Build |
Indicates that property should be treated as a XML arrayList |
Value
| Type | Description |
|---|---|
| Environment |
The environment variables. |
