NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
AttribTask.NormalAttrib Property
[This is preliminary documentation and subject to change.]
Set the normal file attributes. This attribute is only valid if used alone. The default is false.
[Visual Basic]
<BooleanValidator, _
TaskAttribute(Name:="normal", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property NormalAttrib As
Boolean
[C#]
[BooleanValidator]
[TaskAttribute(Name="normal", Required=False, ExpandProperties=True, ProcessXml=True)]
public
bool NormalAttrib {get; set;}
Remarks
Missing <remarks> documentation for P:NAnt.Core.Tasks.AttribTask.NormalAttrib
See Also
AttribTask Class | NAnt.Core.Tasks Namespace