NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
RcTask.OutputFile Property
[This is preliminary documentation and subject to change.]
Output file.
[Visual Basic]
<TaskAttribute(Name:="output", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property OutputFile As
FileInfo
[C#]
[TaskAttribute(Name="output", Required=False, ExpandProperties=True, ProcessXml=True)]
public
System.IO.FileInfo OutputFile {get; set;}
Remarks
Missing <remarks> documentation for P:NAnt.VisualCpp.Tasks.RcTask.OutputFile
See Also
RcTask Class | NAnt.VisualCpp.Tasks Namespace