NAnt SDK Documentation - v0.92

MidlTask.Filename Property

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;}

See Also

MidlTask Class | NAnt.VisualCpp.Tasks Namespace