NAnt SDK Documentation - v0.92

Project.FrameworkNeutralProperties Property

Gets the framework-neutral properties defined in the NAnt configuration file.

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

Property Value

The framework-neutral properties defined in the NAnt configuration file.

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.

See Also

Project Class | NAnt.Core Namespace