Summary
Directory where all output files are placed.
- Assembly
- NAnt
.VisualCpp .dll - Namespace
- NAnt
.VisualCpp .Tasks - Containing Type
- ClTask
Syntax
[TaskAttribute("outputdir", Required = true)]
public DirectoryInfo OutputDir { get; set; }
Attributes
Type | Description |
---|---|
Task |
Indicates that property should be treated as a XML attribute for the task. |
Value
Type | Description |
---|---|
DirectoryInfo |