Summary
    The namespaces to import.
    
		- Assembly
 - NAnt
.DotNet .dll  - Namespace
 - NAnt
.DotNet .Tasks  - Containing Type
 - AssemblyInfoTask
 
Syntax
[BuildElement("imports")]
public NamespaceImportCollection Imports { get; set; }
	Attributes
| Type | Description | 
|---|---|
| Build | 
						Indicates that the property should be treated as an XML element and further processing should be done. | 
Value
| Type | Description | 
|---|---|
| Namespace | 
					The namespaces to import. | 
