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

Element.Name Property

[This is preliminary documentation and subject to change.]

Gets the name of the XML element used to initialize this element.

[Visual Basic]
Overridable Public ReadOnly Property Name As String
[C#]
public virtual string Name {get;}

Property Value

The name of the XML element used to initialize this element.

Remarks

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

See Also

Element Class | NAnt.Core Namespace