NAnt SDK Documentation - v0.92 |
|
XsltParameter.NamespaceUri Property
The namespace URI to associate with the parameter.
[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 parameter, or Empty if not set.
See Also
XsltParameter Class | NAnt.Core.Types Namespace