NAnt SDK Documentation - v0.92

XsltExtensionObject.NamespaceUri Property

The namespace URI to associate with the extension object.

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

Property Value

The namespace URI to associate with the extension object, or Empty if not set.

See Also

XsltExtensionObject Class | NAnt.Core.Types Namespace