LoadTasksTask.

TaskFileSet Property

Summary

Used to select which directories or individual assemblies to scan.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Tasks
Containing Type
LoadTasksTask

Syntax

[BuildElement("fileset")]
public FileSet TaskFileSet { 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