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 |
---|---|
Task |
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.
|