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

FileSet.Exclude.IfDefined Property

[This is preliminary documentation and subject to change.]

If true then the pattern will be excluded; otherwise, skipped. The default is true.

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

Remarks

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

See Also

FileSet.Exclude Class | NAnt.Core.Types Namespace