NAnt SDK Documentation - v0.92

TarTask.TarFileSets Property

The set of files to be included in the archive.

[Visual Basic]
<BuildElementArray(ElementType:=null, Name:="fileset", Required:=False, ProcessXml:=True)>
Public ReadOnly Property TarFileSets As TarFileSetCollection
[C#]
[BuildElementArray(ElementType=null, Name="fileset", Required=False, ProcessXml=True)]
public NAnt.Compression.Types.TarFileSetCollection TarFileSets {get;}

See Also

TarTask Class | NAnt.Compression.Tasks Namespace