VbcTask.

RootNamespace Property

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

See the Microsoft.NET Framework SDK documentation for details.

Attributes

Type Description
TaskAttributeAttribute 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.