NAnt SDK Documentation - v0.92

LicenseTask.OutputFile Property

Name of the license file to output.

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

See Also

LicenseTask Class | NAnt.DotNet.Tasks Namespace