Summary
Gets the framework-neutral properties defined in the NAnt
configuration file.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- Project
Syntax
public PropertyDictionary FrameworkNeutralProperties { get; }
Remarks
This is the collection of read-only properties that are defined in the NAnt configuration file.
These properties can only be used for expansion in framework-specific and framework-neutral configuration settings. These properties are not available for expansion in the build file.
Value
Type | Description |
---|---|
PropertyDictionary | The framework-neutral properties defined in the NAnt configuration file. |