NAnt SDK Documentation - v0.92 |
|
TlbImpTask.OutputFile Property
Specifies the name of the output file.
[Visual Basic]
<TaskAttribute(Name:="output", Required:=True, ExpandProperties:=True, ProcessXml:=True)>
Public Property OutputFile As
FileInfo
[C#]
[TaskAttribute(Name="output", Required=True, ExpandProperties=True, ProcessXml=True)]
public
System.IO.FileInfo OutputFile {get; set;}
Property Value
The name of the output file.
Remarks
See the Microsoft.NET Framework SDK documentation for details.
See Also
TlbImpTask Class | NAnt.Win32.Tasks Namespace