NAnt SDK Documentation - v0.85-nightly-2005-11-09

CompilerBase.Define Property

[This is preliminary documentation and subject to change.]

Define conditional compilation symbol(s).

[Visual Basic]
<TaskAttribute(Required:=False, Name:="define", ExpandProperties:=True, ProcessXml:=True)>
Public Property Define As String
[C#]
[TaskAttribute(Required=False, Name="define", ExpandProperties=True, ProcessXml=True)]
public string Define {get; set;}

Remarks

Corresponds to /d[efine]: flag.

See Also

CompilerBase Class | NAnt.DotNet.Tasks Namespace