NAnt SDK Documentation - v0.92

VbcTask.RootNamespace Property

Specifies whether the /rootnamespace option gets passed to the compiler.

[Visual Basic]
<TaskAttribute(Name:="rootnamespace", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property RootNamespace As String
[C#]
[TaskAttribute(Name="rootnamespace", Required=False, ExpandProperties=True, ProcessXml=True)]
public string RootNamespace {get; set;}

Property Value

The value of this attribute is a string that contains the root namespace of the project.

Remarks

See the Microsoft.NET Framework SDK documentation for details.

See Also

VbcTask Class | NAnt.DotNet.Tasks Namespace