NAnt SDK Documentation - v0.92 |
|
AttribTask.ArchiveAttrib Property
Set the archive attribute. The default is false.
[Visual Basic]
<TaskAttribute(Required:=False, Name:="archive", ExpandProperties:=True, ProcessXml:=True), _
BooleanValidator>
Public Property ArchiveAttrib As
Boolean
[C#]
[TaskAttribute(Required=False, Name="archive", ExpandProperties=True, ProcessXml=True)]
[BooleanValidator]
public
bool ArchiveAttrib {get; set;}
See Also
AttribTask Class | NAnt.Core.Tasks Namespace