XsltExtensionObject.

NamespaceUri Property

Summary

The namespace URI to associate with the extension object.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Types
Containing Type
XsltExtensionObject

Syntax

[TaskAttribute("namespaceuri")]
public string NamespaceUri { get; set; }

Attributes

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

Value

Type Description
string The namespace URI to associate with the extension object, or System.String.Empty if not set.