NAnt SDK Documentation - v0.85-nightly-2005-11-09

Element.Properties Property

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for P:NAnt.Core.Element.Properties

See Also

Element Class | NAnt.Core Namespace