UpToDateTask.

TargetFiles Property

Summary

The NAnt.Core.Types.FileSet that contains list of target files.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Tasks
Containing Type
UpToDateTask

Syntax

[BuildElement("targetfiles")]
public FileSet TargetFiles { get; set; }

Attributes

Type Description
BuildElementAttribute Indicates that the property should be treated as an XML element and further processing should be done.

Value

Type Description
FileSet