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