NAnt SDK Documentation - v0.92 |
|
TlbImpTask.Namespace Property
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