Summary
Specifies the name of the output file.
- Assembly
- NAnt
.Win32 .dll - Namespace
- NAnt
.Win32 .Tasks - Containing Type
- TlbImpTask
Syntax
[TaskAttribute("output", Required = true)]
public FileInfo OutputFile { get; set; }
Remarks
Attributes
Type | Description |
---|---|
Task |
Indicates that property should be treated as a XML attribute for the task. |
Value
Type | Description |
---|---|
FileInfo | The name of the output file. |