NAnt SDK Documentation - v0.85-nightly-2005-11-09

PropertyTask.Overwrite Property

[This is preliminary documentation and subject to change.]

Specifies whether the value of a property should be overwritten if the property already exists (unless the property is read-only). The default is true.

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

Remarks

Missing <remarks> documentation for P:NAnt.Core.Tasks.PropertyTask.Overwrite

See Also

PropertyTask Class | NAnt.Core.Tasks Namespace