NAnt SDK Documentation - v0.85-nightly-2005-11-09

NAntSchemaTask.OutputFile Property

[This is preliminary documentation and subject to change.]

The name of the output file to which the XSD should be written.

[Visual Basic]
<TaskAttribute(Name:="output", Required:=True, ExpandProperties:=True, ProcessXml:=True)>
Overridable Public Property OutputFile As FileInfo
[C#]
[TaskAttribute(Name="output", Required=True, ExpandProperties=True, ProcessXml=True)]
public virtual System.IO.FileInfo OutputFile {get; set;}

Remarks

Missing <remarks> documentation for P:NAnt.Core.Tasks.NAntSchemaTask.OutputFile

See Also

NAntSchemaTask Class | NAnt.Core.Tasks Namespace