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