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

Target.IfCondition Property

[This is preliminary documentation and subject to change.]

If true then the target will be executed; otherwise, skipped. The default is true.

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

Remarks

Missing <remarks> documentation for P:NAnt.Core.Target.IfCondition

See Also

Target Class | NAnt.Core Namespace