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

LicenseTask.OutputFile Property

[This is preliminary documentation and subject to change.]

Name of the license file to output.

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

Remarks

Missing <remarks> documentation for P:NAnt.DotNet.Tasks.LicenseTask.OutputFile

See Also

LicenseTask Class | NAnt.DotNet.Tasks Namespace