XsltParameter.

NamespaceUri Property

Summary

The namespace URI to associate with the parameter.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Types
Containing Type
XsltParameter

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 parameter, or System.String.Empty if not set.