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