SetEnvTask.

EnvironmentVariables Property

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
BuildElementArrayAttribute Indicates that property should be treated as a XML arrayList

Value

Type Description
EnvironmentVariableCollection The environment variables.