NAnt SDK Documentation - v0.85-nightly-2005-11-09

TarTask.TarFileSets Property

[This is preliminary documentation and subject to change.]

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;}

Remarks

Missing <remarks> documentation for P:NAnt.Compression.Tasks.TarTask.TarFileSets

See Also

TarTask Class | NAnt.Compression.Tasks Namespace