NAnt SDK Documentation - v0.92

NAntSchemaTask.TargetNamespace Property

The target namespace for the output. Defaults to "http://tempuri.org/nant-donotuse.xsd"

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

See Also

NAntSchemaTask Class | NAnt.Core.Tasks Namespace