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