NAnt SDK Documentation - v0.85-nightly-2005-11-09

NAntSchemaTask.TargetNamespace Property

[This is preliminary documentation and subject to change.]

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

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

Remarks

Missing <remarks> documentation for P:NAnt.Core.Tasks.NAntSchemaTask.TargetNamespace

See Also

NAntSchemaTask Class | NAnt.Core.Tasks Namespace