InElement.

Items Property

Summary

Gets or sets the items.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Tasks
Containing Type
InElement

Syntax

[BuildElement("items")]
public FileSet Items { 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 The items.