SetEnvTask.

EnvName Property

Summary

The name of a single Environment variable to set
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Tasks
Containing Type
SetEnvTask

Syntax

[TaskAttribute("name")]
public string EnvName { get; set; }

Attributes

Type Description
TaskAttributeAttribute Indicates that property should be treated as a XML attribute for the task.

Value

Type Description
string