NAnt SDK Documentation - v0.92

Project.Properties Property

Gets the properties defined in this project.

[Visual Basic]
Public ReadOnly Property Properties As PropertyDictionary
[C#]
public PropertyDictionary Properties {get;}

Property Value

The properties defined in this project.

Remarks

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

These properties can be used in expansion.

See Also

Project Class | NAnt.Core Namespace