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

AxImpTask.OcxFile Property

[This is preliminary documentation and subject to change.]

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

Remarks

Missing <remarks> documentation for P:NAnt.Win32.Tasks.AxImpTask.OcxFile

See Also

AxImpTask Class | NAnt.Win32.Tasks Namespace