NAnt SDK Documentation - v0.92 |
|
TlbImpTask.Primary Property
Specifies whether a primary interop assembly should be produced for the specified type library. The default is false.
[Visual Basic]
<BooleanValidator, _
TaskAttribute(Required:=False, Name:="primary", ExpandProperties:=True, ProcessXml:=True)>
Public Property Primary As
Boolean
[C#]
[BooleanValidator]
[TaskAttribute(Required=False, Name="primary", ExpandProperties=True, ProcessXml=True)]
public
bool Primary {get; set;}
Property Value
true if a primary interop assembly should be produced; otherwise, false.
Remarks
See the Microsoft.NET Framework SDK documentation for details.
See Also
TlbImpTask Class | NAnt.Win32.Tasks Namespace