CompilerBase.

Define Property

Summary

Define conditional compilation symbol(s).
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Tasks
Containing Type
CompilerBase

Syntax

[TaskAttribute("define")]
public string Define { get; set; }

Remarks

Corresponds to /d[efine]: flag.

Attributes

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

Value

Type Description
string