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

Element.Location Property

[This is preliminary documentation and subject to change.]

Gets or sets the location in the build file where the element is defined.

[Visual Basic]
Overridable Protected Property Location As Location
[C#]
protected virtual Location Location {get; set;}

Property Value

The location in the build file where the element is defined.

Remarks

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

See Also

Element Class | NAnt.Core Namespace