NAnt SDK Documentation - v0.92

AxImpTask.OcxFile Property

Filename of the .ocx file.

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

See Also

AxImpTask Class | NAnt.Win32.Tasks Namespace