NAnt SDK Documentation - v0.92

XmlPeekTask.XmlFile Property

The name of the file that contains the XML document that is going to be peeked at.

[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

XmlPeekTask Class | NAnt.Core.Tasks Namespace