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

TlbImpTask.Namespace Property

[This is preliminary documentation and subject to change.]

Specifies the namespace in which to produce the assembly.

[Visual Basic]
<TaskAttribute(Required:=False, Name:="namespace", ExpandProperties:=True, ProcessXml:=True)>
Public Property Namespace As String
[C#]
[TaskAttribute(Required=False, Name="namespace", ExpandProperties=True, ProcessXml=True)]
public string Namespace {get; set;}

Property Value

The namespace in which to produce the assembly.

Remarks

See the Microsoft.NET Framework SDK documentation for details.

See Also

TlbImpTask Class | NAnt.Win32.Tasks Namespace