NAnt SDK Documentation - v0.85-nightly-2005-11-09

ResGenTask.InputFile Property

[This is preliminary documentation and subject to change.]

Input file to process.

[Visual Basic]
<TaskAttribute(Name:="input", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property InputFile As FileInfo
[C#]
[TaskAttribute(Name="input", Required=False, ExpandProperties=True, ProcessXml=True)]
public System.IO.FileInfo InputFile {get; set;}

Property Value

The full path to the input file.

Remarks

Missing <remarks> documentation for P:NAnt.DotNet.Tasks.ResGenTask.InputFile

See Also

ResGenTask Class | NAnt.DotNet.Tasks Namespace