NAnt SDK Documentation - v0.92

Project.BuildFileLocalName Property

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.

See Also

Project Class | NAnt.Core Namespace