Summary
    Specifies the source type library that gets passed to the type 
    library importer.
    
		- Assembly
 - NAnt
.Win32 .dll  - Namespace
 - NAnt
.Win32 .Tasks  - Containing Type
 - TlbImpTask
 
Syntax
[TaskAttribute("typelib", Required = true)]
public FileInfo TypeLib { get; set; }
		Remarks
Attributes
| Type | Description | 
|---|---|
| Task | 
						Indicates that property should be treated as a XML attribute for the task. | 
Value
| Type | Description | 
|---|---|
| FileInfo | The source type library that gets passed to the type library importer. | 
