NAnt SDK Documentation - v0.92 |
|
NAntSchemaTask.OutputFile Property
The name of the output file to which the XSD should be written.
[Visual Basic]
<TaskAttribute(Required:=True, Name:="output", ExpandProperties:=True, ProcessXml:=True)>
Overridable Public Property OutputFile As
FileInfo
[C#]
[TaskAttribute(Required=True, Name="output", ExpandProperties=True, ProcessXml=True)]
public virtual
System.IO.FileInfo OutputFile {get; set;}
See Also
NAntSchemaTask Class | NAnt.Core.Tasks Namespace