Summary
Gets the absolute path for the output file.
- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet - Containing Type
- Vc
Project Configuration
Syntax
public override string OutputPath { get; }
Value
Type | Description |
---|---|
string |
The absolute path for the output file, or null
if there's no output file for this configuration.
|