XmlPeekTask.

XmlFile Property

Summary

The name of the file that contains the XML document that is going to be peeked at.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Tasks
Containing Type
XmlPeekTask

Syntax

[TaskAttribute("file", Required = true)]
public FileInfo XmlFile { get; set; }

Attributes

Type Description
TaskAttributeAttribute Indicates that property should be treated as a XML attribute for the task.

Value

Type Description
FileInfo