Summary
    Specifies the namespace in which to produce the assembly.
    
		- Assembly
 - NAnt
.Win32 .dll  - Namespace
 - NAnt
.Win32 .Tasks  - Containing Type
 - TlbImpTask
 
Syntax
[TaskAttribute("namespace")]
public string Namespace { get; set; }
		Remarks
Attributes
| Type | Description | 
|---|---|
| Task | 
						Indicates that property should be treated as a XML attribute for the task. | 
Value
| Type | Description | 
|---|---|
| string | The namespace in which to produce the assembly. | 
