NAnt SDK Documentation - v0.92

NamespaceImport.Namespace Property

The name of the namespace to import.

[Visual Basic]
<TaskAttribute(Name:="namespace", Required:=False, ExpandProperties:=True, ProcessXml:=True), _  StringValidator(AllowEmpty:=False, Expression:="null", ExpressionErrorMessage:="null")>
Public Property Namespace As String
[C#]
[TaskAttribute(Name="namespace", Required=False, ExpandProperties=True, ProcessXml=True)]
[StringValidator(AllowEmpty=False, Expression="null", ExpressionErrorMessage="null")]
public string Namespace {get; set;}

Property Value

The name of the namespace to import.

See Also

NamespaceImport Class | NAnt.DotNet.Types Namespace