Summary
Specifies whether the
/rootnamespace
option gets passed to
the compiler.
- Assembly
- NAnt
.DotNet .dll - Namespace
- NAnt
.DotNet .Tasks - Containing Type
- VbcTask
Syntax
[TaskAttribute("rootnamespace")]
public string RootNamespace { 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 value of this attribute is a string that contains the root namespace of the project. |