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