FileSet.

SetIncludes Property

Summary

The items to include in the fileset.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Types
Containing Type
FileSet

Syntax

[BuildElementArray("includes")]
[Obsolete("Use <include> element instead.", false)]
public FileSet.Include[] SetIncludes { set; }

Attributes

Type Description
BuildElementArrayAttribute Indicates that property should be treated as a XML arrayList
ObsoleteAttribute

Value

Type Description
FileSet.Include[]