NAnt SDK Documentation - v0.92

AttribTask.SystemAttrib Property

Set the system attribute. The default is false.

[Visual Basic]
<TaskAttribute(Required:=False, Name:="system", ExpandProperties:=True, ProcessXml:=True), _  BooleanValidator>
Public Property SystemAttrib As Boolean
[C#]
[TaskAttribute(Required=False, Name="system", ExpandProperties=True, ProcessXml=True)]
[BooleanValidator]
public bool SystemAttrib {get; set;}

See Also

AttribTask Class | NAnt.Core.Tasks Namespace