NAnt SDK Documentation - v0.92

Element.Properties Property

Gets the properties local to this Element and the Project.

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

Property Value

The properties local to this Element and the Project.

See Also

Element Class | NAnt.Core Namespace