NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
AttribTask.AttribFileSet Property
[This is preliminary documentation and subject to change.]
All the matching files and directories in this fileset will have their attributes set.
[Visual Basic]
<BuildElement(Name:="fileset", Required:=False, ProcessXml:=True)>
Public Property AttribFileSet As
FileSet
[C#]
[BuildElement(Name="fileset", Required=False, ProcessXml=True)]
public
NAnt.Core.Types.FileSet AttribFileSet {get; set;}
Remarks
Missing <remarks> documentation for P:NAnt.Core.Tasks.AttribTask.AttribFileSet
See Also
AttribTask Class | NAnt.Core.Tasks Namespace