NAnt SDK Documentation - v0.92

NAntTask.OverrideProperties Property

Specifies a collection of properties that should be created in the executed project. Note, existing properties with identical names that are not read-only will be overwritten.

[Visual Basic]
<BuildElementCollection(ChildElementName:="property", ElementType:=NAnt.Core.Tasks.PropertyTask, Name:="properties", Required:=False, ProcessXml:=True)>
Public ReadOnly Property OverrideProperties As ArrayList
[C#]
[BuildElementCollection(ChildElementName="property", ElementType=NAnt.Core.Tasks.PropertyTask, Name="properties", Required=False, ProcessXml=True)]
public System.Collections.ArrayList OverrideProperties {get;}

See Also

NAntTask Class | NAnt.Core.Tasks Namespace