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

FileSet.IncludesFile.IfDefined Property

[This is preliminary documentation and subject to change.]

If true then the patterns will be included; otherwise, skipped. The default is true.

[Visual Basic]
<TaskAttribute(Name:="if", Required:=False, ExpandProperties:=True, ProcessXml:=True), _  BooleanValidator>
Overrides Public Property IfDefined As Boolean
[C#]
[TaskAttribute(Name="if", Required=False, ExpandProperties=True, ProcessXml=True)]
[BooleanValidator]
public override bool IfDefined {get; set;}

Remarks

Missing <remarks> documentation for P:NAnt.Core.Types.FileSet.IncludesFile.IfDefined

See Also

FileSet.IncludesFile Class | NAnt.Core.Types Namespace