NAnt SDK Documentation - v0.92 |
|
XmlPokeTask.XmlFile Property
The name of the file that contains the XML document that is going to be poked.
[Visual Basic]
<TaskAttribute(Required:=True, Name:="file", ExpandProperties:=True, ProcessXml:=True)>
Public Property XmlFile As
FileInfo
[C#]
[TaskAttribute(Required=True, Name="file", ExpandProperties=True, ProcessXml=True)]
public
System.IO.FileInfo XmlFile {get; set;}
See Also
XmlPokeTask Class | NAnt.Core.Tasks Namespace