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

IfTask.Test Property

[This is preliminary documentation and subject to change.]

Used to test arbitrary boolean expression.

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

Remarks

Missing <remarks> documentation for P:NAnt.Core.Tasks.IfTask.Test

See Also

IfTask Class | NAnt.Core.Tasks Namespace