Project.

Properties Property

Summary

Gets the properties defined in this project.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
Project

Syntax

public PropertyDictionary Properties { get; }

Remarks

This is the collection of properties that are defined by the system and property task statements.

These properties can be used in expansion.

Value

Type Description
PropertyDictionary The properties defined in this project.