NAnt SDK Documentation - v0.92

StyleTask.OutputFile Property

Specifies the output name for the styled result from the SrcFile attribute.

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

See Also

StyleTask Class | NAnt.Core.Tasks Namespace