NAntTask.

OverrideProperties Property

Summary

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.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Tasks
Containing Type
NAntTask

Syntax

[BuildElementCollection("properties", "property", ElementType = typeof(PropertyTask))]
public ArrayList OverrideProperties { get; }

Attributes

Type Description
BuildElementCollectionAttribute Indicates that the property should be treated as a container for a collection of build elements.

Value

Type Description
ArrayList