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

TlbImpTask.Primary Property

[This is preliminary documentation and subject to change.]

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