Summary
Gets the path to the build file.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- Project
Syntax
public string BuildFileLocalName { get; }
Value
Type | Description |
---|---|
string |
The path to the build file, or null if the build
document is not file backed.
|