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

MidlTask.Filename Property

[This is preliminary documentation and subject to change.]

Name of .IDL file to process.

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

Remarks

Missing <remarks> documentation for P:NAnt.VisualCpp.Tasks.MidlTask.Filename

See Also

MidlTask Class | NAnt.VisualCpp.Tasks Namespace