NAntSchemaTask.

TargetNamespace Property

Summary

The target namespace for the output. Defaults to "http://tempuri.org/nant-donotuse.xsd"
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Tasks
Containing Type
NAntSchemaTask

Syntax

[TaskAttribute("target-ns", Required = false)]
public virtual string TargetNamespace { get; set; }

Attributes

Type Description
TaskAttributeAttribute Indicates that property should be treated as a XML attribute for the task.

Value

Type Description
string