NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
TlbImpTask.OutputFile Property
[This is preliminary documentation and subject to change.]
Specifies the name of the output file.
[Visual Basic]
<TaskAttribute(Required:=True, Name:="output", ExpandProperties:=True, ProcessXml:=True)>
Public Property OutputFile As
FileInfo
[C#]
[TaskAttribute(Required=True, Name="output", 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