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

Project.BuildFileLocalName Property

[This is preliminary documentation and subject to change.]

Gets the path to the build file.

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

Property Value

The path to the build file, or a null reference (Nothing in Visual Basic) if the build document is not file backed.

Remarks

Missing <remarks> documentation for P:NAnt.Core.Project.BuildFileLocalName

See Also

Project Class | NAnt.Core Namespace