NAntSchemaTask.

OutputFile Property

Summary

The name of the output file to which the XSD should be written.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Tasks
Containing Type
NAntSchemaTask

Syntax

[TaskAttribute("output", Required = true)]
public virtual FileInfo OutputFile { get; set; }

Attributes

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

Value

Type Description
FileInfo