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