NAnt SDK Documentation - v0.92 |
|
LicenseTask.InputFile Property
Input file to process.
[Visual Basic]
<TaskAttribute(Name:="input", Required:=True, ExpandProperties:=True, ProcessXml:=True)>
Public Property InputFile As
FileInfo
[C#]
[TaskAttribute(Name="input", Required=True, ExpandProperties=True, ProcessXml=True)]
public
System.IO.FileInfo InputFile {get; set;}
See Also
LicenseTask Class | NAnt.DotNet.Tasks Namespace